Skip to content

Commit 0f987b1

Browse files
soifougithub-actions[bot]
authored andcommitted
docs: update vimdocs
1 parent c375967 commit 0f987b1

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 August 12
1+
*blink-cmp.txt* For NVIM v0.10.0 Last change: 2025 August 14
22

33
==============================================================================
44
Table of Contents *blink-cmp-table-of-contents*
@@ -1592,7 +1592,7 @@ DEFAULT
15921592
>lua
15931593
['<C-space>'] = { 'show', 'show_documentation', 'hide_documentation' },
15941594
['<C-e>'] = { 'hide', 'fallback' },
1595-
['<C-y>'] = { 'select_and_accept' },
1595+
['<C-y>'] = { 'select_and_accept', 'fallback' },
15961596

15971597
['<Up>'] = { 'select_prev', 'fallback' },
15981598
['<Down>'] = { 'select_next', 'fallback' },
@@ -2854,7 +2854,7 @@ for more information on defining your own.
28542854
['<Right>'] = { 'select_next', 'fallback' },
28552855
['<Left>'] = { 'select_prev', 'fallback' },
28562856

2857-
['<C-y>'] = { 'select_and_accept' },
2857+
['<C-y>'] = { 'select_and_accept', 'fallback' },
28582858
['<C-e>'] = { 'cancel', 'fallback' },
28592859
}
28602860
<

0 commit comments

Comments
 (0)