AutoYADM commit: 2024-12-23 04:00:02

This commit is contained in:
Daniel Fichtinger 2024-12-23 04:00:02 -05:00
parent 2efb780528
commit ad6ba5644a
3 changed files with 23 additions and 8 deletions

View file

@ -68,8 +68,8 @@ return {
["<C-CR>"] = { "select_and_accept", "fallback" },
["<C-e>"] = { "hide", "show" },
["<C-y>"] = { "show_documentation", "hide_documentation" },
["<C-u>"] = { "scroll_documentation_up" },
["<C-d>"] = { "scroll_documentation_down" },
["<C-u>"] = { "scroll_documentation_up", "fallback" },
["<C-d>"] = { "scroll_documentation_down", "fallback" },
["<C-n>"] = { "snippet_forward" },
["<C-p>"] = { "snippet_backward" },
["<Up>"] = { "select_prev", "fallback" },