We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52f6387 commit f569aebCopy full SHA for f569aeb
lua/blink/cmp/keymap/presets.lua
@@ -16,7 +16,7 @@ local presets = {
16
['<S-Tab>'] = { 'snippet_backward', 'fallback' },
17
},
18
19
- super_tab = {
+ ['super-tab'] = {
20
['<C-space>'] = { 'show', 'show_documentation', 'hide_documentation' },
21
['<C-e>'] = { 'hide', 'fallback' },
22
0 commit comments