AutoYADM commit: 2024-12-23 17:15:02
This commit is contained in:
parent
2b4700ee57
commit
6806ad80c0
1 changed files with 2 additions and 1 deletions
|
@ -64,7 +64,8 @@ return {
|
||||||
-- scroll_documentation_up, scroll_documentation_down, snippet_forward, snippet_backward, fallback
|
-- scroll_documentation_up, scroll_documentation_down, snippet_forward, snippet_backward, fallback
|
||||||
preset = "none",
|
preset = "none",
|
||||||
["<CR>"] = { "accept", "fallback" },
|
["<CR>"] = { "accept", "fallback" },
|
||||||
["<Tab>"] = { "select_and_accept", "fallback" },
|
["<Tab>"] = { "select_and_accept", "snippet_forward", "fallback" },
|
||||||
|
["<S-Tab>"] = { "snippet_backward", "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" },
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue