feat(blink): add <c-y> to keymaps

This commit is contained in:
Folke Lemaitre
2024-12-14 07:42:24 +01:00
parent 6503e59db3
commit 3866fbcd40

View File

@ -79,6 +79,7 @@ return {
keymap = {
preset = "enter",
["<C-y>"] = { "select_and_accept" },
["<Tab>"] = {
LazyVim.cmp.map({ "snippet_forward", "ai_accept" }),
"fallback",