Neovim: Update blink-cmp mapping config
This commit is contained in:
@ -388,19 +388,7 @@ in {
|
||||
|
||||
opts = {
|
||||
keymap = {
|
||||
show = "<C-space>";
|
||||
hide = "<C-e>";
|
||||
accept = "<cr>";
|
||||
select_prev = ["<Up>" "<C-p>"];
|
||||
select_next = ["<Down>" "<C-n>"];
|
||||
|
||||
show_documentation = "<C-space>";
|
||||
hide_documentation = "<C-space>";
|
||||
scroll_documentation_up = "<C-b>";
|
||||
scroll_documentation_down = "<C-f>";
|
||||
|
||||
snippet_forward = "<Tab>";
|
||||
snippet_backward = "<S-Tab>";
|
||||
preset = "enter";
|
||||
};
|
||||
|
||||
accept = {
|
||||
|
Reference in New Issue
Block a user