feat(blink): add <c-y>
to keymaps
This commit is contained in:
@ -79,6 +79,7 @@ return {
|
||||
|
||||
keymap = {
|
||||
preset = "enter",
|
||||
["<C-y>"] = { "select_and_accept" },
|
||||
["<Tab>"] = {
|
||||
LazyVim.cmp.map({ "snippet_forward", "ai_accept" }),
|
||||
"fallback",
|
||||
|
Reference in New Issue
Block a user