AutoYADM commit: 2024-12-20 20:15:02

This commit is contained in:
Daniel Fichtinger 2024-12-20 20:15:02 -05:00
parent 3d8f4aed0a
commit c89e2c8fdf
2 changed files with 7 additions and 89 deletions

View file

@ -51,8 +51,8 @@ return {
-- ["<C-h>"] = { "select_next", "fallback" },
-- ["<C-L>"] = { "scroll_documentation_up" },
-- ["<C-H>"] = { "scroll_documentation_down" },
-- ["<Up>"] = {},
-- ["<Down>"] = {},
["<Up>"] = { "select_prev", "fallback" },
["<Down>"] = { "select_next", "fallback" },
},
},
},