Skip to content

Commit c5dbc4b

Browse files
Saghengithub-actions[bot]
authored andcommitted
docs: update vimdocs
1 parent d9fa997 commit c5dbc4b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/blink-cmp.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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
22

33
==============================================================================
44
Table of Contents *blink-cmp-table-of-contents*
@@ -1590,7 +1590,7 @@ DEFAULT
15901590

15911591
>lua
15921592
['<C-space>'] = { 'show', 'show_documentation', 'hide_documentation' },
1593-
['<C-e>'] = { 'hide' },
1593+
['<C-e>'] = { 'hide', 'fallback' },
15941594
['<C-y>'] = { 'select_and_accept' },
15951595

15961596
['<Up>'] = { 'select_prev', 'fallback' },
@@ -2853,7 +2853,7 @@ for more information on defining your own.
28532853
['<Left>'] = { 'select_prev', 'fallback' },
28542854

28552855
['<C-y>'] = { 'select_and_accept' },
2856-
['<C-e>'] = { 'cancel' },
2856+
['<C-e>'] = { 'cancel', 'fallback' },
28572857
}
28582858
<
28592859

0 commit comments

Comments
 (0)