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

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

View file

@ -60,11 +60,9 @@ return {
["<Tab>"] = { "select_and_accept", "fallback" },
["<C-CR>"] = { "select_and_accept", "fallback" },
["<C-e>"] = { "hide", "show" },
["<C-n>"] = { "show_documentation", "hide_documentation" },
-- ["<C-l>"] = { "select_prev", "fallback" },
-- ["<C-h>"] = { "select_next", "fallback" },
-- ["<C-L>"] = { "scroll_documentation_up" },
-- ["<C-H>"] = { "scroll_documentation_down" },
["<C-y>"] = { "show_documentation", "hide_documentation" },
["<C-u>"] = { "scroll_documentation_up" },
["<C-d>"] = { "scroll_documentation_down" },
["<Up>"] = { "select_prev", "fallback" },
["<Down>"] = { "select_next", "fallback" },
},