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

This commit is contained in:
Daniel Fichtinger 2024-12-21 15:10:05 -05:00
parent 700dd8d879
commit 6ff19e1c73

View file

@ -63,6 +63,8 @@ return {
["<C-y>"] = { "show_documentation", "hide_documentation" }, ["<C-y>"] = { "show_documentation", "hide_documentation" },
["<C-u>"] = { "scroll_documentation_up" }, ["<C-u>"] = { "scroll_documentation_up" },
["<C-d>"] = { "scroll_documentation_down" }, ["<C-d>"] = { "scroll_documentation_down" },
["<C-n>"] = { "snippet_forward" },
["<C-p>"] = { "snippet_backward" },
["<Up>"] = { "select_prev", "fallback" }, ["<Up>"] = { "select_prev", "fallback" },
["<Down>"] = { "select_next", "fallback" }, ["<Down>"] = { "select_next", "fallback" },
}, },