AutoYADM commit: 2024-12-21 14:55:04
This commit is contained in:
parent
1b939f701a
commit
f6fb979674
1 changed files with 3 additions and 2 deletions
|
@ -55,11 +55,12 @@ return {
|
||||||
-- Available commands:
|
-- Available commands:
|
||||||
-- show, hide, cancel, accept, select_and_accept, select_prev, select_next, show_documentation, hide_documentation,
|
-- show, hide, cancel, accept, select_and_accept, select_prev, select_next, show_documentation, hide_documentation,
|
||||||
-- scroll_documentation_up, scroll_documentation_down, snippet_forward, snippet_backward, fallback
|
-- scroll_documentation_up, scroll_documentation_down, snippet_forward, snippet_backward, fallback
|
||||||
-- preset = "default",
|
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-CR>"] = { "select_and_accept", "fallback" },
|
["<C-e>"] = { "hide", "show" },
|
||||||
|
["<C-y>"] = { "hide", "show" },
|
||||||
-- ["<C-l>"] = { "select_prev", "fallback" },
|
-- ["<C-l>"] = { "select_prev", "fallback" },
|
||||||
-- ["<C-h>"] = { "select_next", "fallback" },
|
-- ["<C-h>"] = { "select_next", "fallback" },
|
||||||
-- ["<C-L>"] = { "scroll_documentation_up" },
|
-- ["<C-L>"] = { "scroll_documentation_up" },
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue