AutoYADM commit: 2024-12-13 18:45:01

This commit is contained in:
Daniel Fichtinger 2024-12-13 18:45:01 -05:00
parent 764eb6f590
commit b0af8aa733

View file

@ -39,14 +39,16 @@ return {
},
keymap = {
preset = "default",
["<CR>"] = {},
["<Tab>"] = { "fallback" },
["<C-Cr>"] = { "select_and_accept", "fallback" },
["<C-l>"] = { "select_prev", "fallback" },
["<C-h>"] = { "select_next", "fallback" },
["<C-L>"] = { "scroll_documentation_up" },
["<C-H>"] = { "scroll_documentation_down" },
["<Up>"] = {},
["<Down>"] = {},
["<C-CR>"] = { "select_and_accept", "fallback" },
-- ["<C-l>"] = { "select_prev", "fallback" },
-- ["<C-h>"] = { "select_next", "fallback" },
-- ["<C-L>"] = { "scroll_documentation_up" },
-- ["<C-H>"] = { "scroll_documentation_down" },
-- ["<Up>"] = {},
-- ["<Down>"] = {},
},
},
},