AutoYADM commit: 2024-12-23 16:15:02
This commit is contained in:
parent
94f8fc2a53
commit
a5af5a3ff0
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ return {
|
||||||
preset = "none",
|
preset = "none",
|
||||||
["<CR>"] = { "accept", "fallback" },
|
["<CR>"] = { "accept", "fallback" },
|
||||||
["<Tab>"] = { "select_and_accept", "fallback" },
|
["<Tab>"] = { "select_and_accept", "fallback" },
|
||||||
["<C-CR>"] = { "select_and_accept", "fallback" },
|
["<C-Cr>"] = { "select_and_accept", "fallback" },
|
||||||
-- ["<C-e>"] = { "hide", "show", "fallback" },
|
-- ["<C-e>"] = { "hide", "show", "fallback" },
|
||||||
["<C-e>"] = { "hide", "fallback" },
|
["<C-e>"] = { "hide", "fallback" },
|
||||||
-- ["<C-n>"] = { "snippet_forward", "show", "fallback" },
|
-- ["<C-n>"] = { "snippet_forward", "show", "fallback" },
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue