File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- *blink-cmp.txt* For NVIM v0.10.0 Last change: 2025 July 30
1
+ *blink-cmp.txt* For NVIM v0.10.0 Last change: 2025 August 05
2
2
3
3
==============================================================================
4
4
Table of Contents *blink-cmp-table-of-contents*
@@ -1590,7 +1590,7 @@ DEFAULT
1590
1590
1591
1591
>lua
1592
1592
['<C-space> '] = { 'show' , 'show_documentation', 'hide_documentation' },
1593
- ['<C-e> '] = { 'hide' },
1593
+ ['<C-e> '] = { 'hide' , 'fallback' },
1594
1594
['<C-y> '] = { 'select_and_accept' },
1595
1595
1596
1596
['<Up> '] = { 'select_prev', 'fallback' },
@@ -2853,7 +2853,7 @@ for more information on defining your own.
2853
2853
['<Left> '] = { 'select_prev', 'fallback' },
2854
2854
2855
2855
['<C-y> '] = { 'select_and_accept' },
2856
- ['<C-e> '] = { 'cancel' },
2856
+ ['<C-e> '] = { 'cancel' , 'fallback' },
2857
2857
}
2858
2858
<
2859
2859
You can’t perform that action at this time.
0 commit comments