swap scroll doc keys
This commit is contained in:
parent
a8ce6936a7
commit
66101edde5
1 changed files with 2 additions and 2 deletions
|
@ -95,8 +95,8 @@
|
||||||
"<C-h>" = "cmp.mapping.abort()";
|
"<C-h>" = "cmp.mapping.abort()";
|
||||||
"<C-n>" = "cmp.mapping.select_next_item()";
|
"<C-n>" = "cmp.mapping.select_next_item()";
|
||||||
"<C-p>" = "cmp.mapping.select_prev_item()";
|
"<C-p>" = "cmp.mapping.select_prev_item()";
|
||||||
"<C-d>" = "cmp.mapping.scroll_docs(-4)";
|
"<C-u>" = "cmp.mapping.scroll_docs(-4)";
|
||||||
"<C-u>" = "cmp.mapping.scroll_docs(4)";
|
"<C-d>" = "cmp.mapping.scroll_docs(4)";
|
||||||
"<C-k>" = ''
|
"<C-k>" = ''
|
||||||
cmp.mapping(function(fallback)
|
cmp.mapping(function(fallback)
|
||||||
if cmp.visible() then
|
if cmp.visible() then
|
||||||
|
|
Loading…
Add table
Reference in a new issue