Neovim: Update blink-cmp mapping config
This commit is contained in:
@ -388,19 +388,7 @@ in {
|
|||||||
|
|
||||||
opts = {
|
opts = {
|
||||||
keymap = {
|
keymap = {
|
||||||
show = "<C-space>";
|
preset = "enter";
|
||||||
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>";
|
|
||||||
};
|
};
|
||||||
|
|
||||||
accept = {
|
accept = {
|
||||||
|
Reference in New Issue
Block a user