From 90315048aed29946aad50086c8b1a2b19e1d4b12 Mon Sep 17 00:00:00 2001 From: Bad Date: Fri, 8 Jul 2022 23:45:54 +0200 Subject: [PATCH] Map coc-codeaction-line to f3 --- users/modules/neovim/default.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/users/modules/neovim/default.nix b/users/modules/neovim/default.nix index 4bf24db..79775b6 100644 --- a/users/modules/neovim/default.nix +++ b/users/modules/neovim/default.nix @@ -42,9 +42,7 @@ in ''; coc.pluginConfig = '' nmap (coc-rename) - - inoremap pumvisible() ? "\" : "\" - inoremap pumvisible() ? "\" : "\" + nmap (coc-codeaction-line) " Remap and for scroll float windows/popups. if has('nvim-0.4.0') || has('patch-8.2.0750')