AutoYADM commit: 2024-12-21 15:00:05

This commit is contained in:
Daniel Fichtinger 2024-12-21 15:00:05 -05:00
parent f6fb979674
commit fb5ff5064b

View file

@ -60,7 +60,7 @@ return {
["<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" }, ["<C-e>"] = { "hide", "show" },
["<C-y>"] = { "hide", "show" }, ["<C-n>"] = { "show_documentation", "hide_documentation" },
-- ["<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" },