mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-21 16:39:06 +02:00
feat(blink): add <c-y>
to keymaps
This commit is contained in:
parent
6503e59db3
commit
3866fbcd40
1 changed files with 1 additions and 0 deletions
|
@ -79,6 +79,7 @@ return {
|
|||
|
||||
keymap = {
|
||||
preset = "enter",
|
||||
["<C-y>"] = { "select_and_accept" },
|
||||
["<Tab>"] = {
|
||||
LazyVim.cmp.map({ "snippet_forward", "ai_accept" }),
|
||||
"fallback",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue