AutoYADM commit: 2024-12-20 20:15:02
This commit is contained in:
parent
3d8f4aed0a
commit
c89e2c8fdf
2 changed files with 7 additions and 89 deletions
|
@ -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" },
|
||||
},
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue