AutoYADM commit: 2024-12-21 15:10:05
This commit is contained in:
parent
700dd8d879
commit
6ff19e1c73
1 changed files with 2 additions and 0 deletions
|
@ -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" },
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue