AutoYADM commit: 2024-12-21 14:55:04

This commit is contained in:
Daniel Fichtinger 2024-12-21 14:55:04 -05:00
parent 1b939f701a
commit f6fb979674

View file

@ -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" },