1

Neovim: Update blink-cmp mapping config

This commit is contained in:
2024-12-01 14:28:31 +01:00
parent f8f7980027
commit ca7e5c8d8c

View File

@ -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 = {