(neovim) better keybindings for selecting items in blink

This commit is contained in:
Bartek Stalewski 2025-07-24 10:28:29 +02:00
parent 7225cf3967
commit ad683757e8
No known key found for this signature in database
2 changed files with 6 additions and 3 deletions

View file

@ -24,7 +24,9 @@ return {
},
},
keymap = {
["<Tab>"] = { "accept", "fallback" },
["<Enter>"] = { "accept", "fallback" },
["<Tab>"] = { "select_next", "fallback" },
["<S-Tab>"] = { "select_prev", "fallback" },
},
cmdline = {
enabled = false,