mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2025-08-08 12:05:06 +02:00
Fixed not working Escape.
This commit is contained in:
parent
cea7aa184b
commit
bf3e7be9f4
1 changed files with 2 additions and 5 deletions
7
init.lua
7
init.lua
|
@ -461,12 +461,9 @@ require('lazy').setup({
|
||||||
suggestion = {
|
suggestion = {
|
||||||
auto_trigger = true,
|
auto_trigger = true,
|
||||||
keymap = {
|
keymap = {
|
||||||
|
next = '<C-n>',
|
||||||
|
prev = '<C-p>',
|
||||||
accept = '<C-y>',
|
accept = '<C-y>',
|
||||||
accept_word = false,
|
|
||||||
accept_line = false,
|
|
||||||
next = '<C-]>',
|
|
||||||
prev = '<C-[>',
|
|
||||||
dismiss = '<C-x>',
|
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue