|
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 |
2 | 2 |
|
3 | 3 | ==============================================================================
|
4 | 4 | Table of Contents *blink-cmp-table-of-contents*
|
@@ -1592,7 +1592,7 @@ DEFAULT
|
1592 | 1592 | >lua
|
1593 | 1593 | ['<C-space>'] = { 'show', 'show_documentation', 'hide_documentation' },
|
1594 | 1594 | ['<C-e>'] = { 'hide', 'fallback' },
|
1595 |
| - ['<C-y>'] = { 'select_and_accept' }, |
| 1595 | + ['<C-y>'] = { 'select_and_accept', 'fallback' }, |
1596 | 1596 |
|
1597 | 1597 | ['<Up>'] = { 'select_prev', 'fallback' },
|
1598 | 1598 | ['<Down>'] = { 'select_next', 'fallback' },
|
@@ -2854,7 +2854,7 @@ for more information on defining your own.
|
2854 | 2854 | ['<Right>'] = { 'select_next', 'fallback' },
|
2855 | 2855 | ['<Left>'] = { 'select_prev', 'fallback' },
|
2856 | 2856 |
|
2857 |
| - ['<C-y>'] = { 'select_and_accept' }, |
| 2857 | + ['<C-y>'] = { 'select_and_accept', 'fallback' }, |
2858 | 2858 | ['<C-e>'] = { 'cancel', 'fallback' },
|
2859 | 2859 | }
|
2860 | 2860 | <
|
|
0 commit comments