(neovim) better keybindings for selecting items in blink
This commit is contained in:
parent
7225cf3967
commit
ad683757e8
2 changed files with 6 additions and 3 deletions
|
@ -2,8 +2,9 @@ return {
|
|||
"saghen/blink.cmp",
|
||||
opts = {
|
||||
keymap = {
|
||||
preset = "none",
|
||||
["<Tab>"] = { "accept", "fallback" },
|
||||
["<Enter>"] = { "accept", "fallback" },
|
||||
["<Tab>"] = { "select_next", "fallback" },
|
||||
["<S-Tab>"] = { "select_prev", "fallback" },
|
||||
},
|
||||
cmdline = {
|
||||
enabled = false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue