Add mapping for closing all floating windows

This commit is contained in:
2023-09-22 02:39:34 +02:00
parent 4e2bb6548b
commit a868c98f81
2 changed files with 11 additions and 1 deletions
-1
View File
@@ -77,7 +77,6 @@ cmp.setup({
["<C-n>"] = cmp.mapping.select_next_item(),
["<C-d>"] = cmp.mapping.scroll_docs(-4),
["<C-f>"] = cmp.mapping.scroll_docs(4),
["<C-e>"] = cmp.mapping.close(),
["<CR>"] = cmp.mapping(
function (fallback)
if cmp.visible() then