We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fd92f0 commit 7d265b4Copy full SHA for 7d265b4
lua/blink/cmp/keymap.lua
@@ -4,7 +4,7 @@ local keymap = {}
4
local default_keymap = {
5
['<C-space>'] = { 'show', 'show_documentation', 'hide_documentation' },
6
['<C-e>'] = { 'hide' },
7
- ['<C-y>'] = { 'select_and_accept' },
+ ['<C-y>'] = { 'accept' },
8
9
['<Up>'] = { 'select_prev', 'fallback' },
10
['<Down>'] = { 'select_next', 'fallback' },
0 commit comments