diff --git a/nvim/plugin/keybinds.vim b/nvim/plugin/keybinds.vim index c8540af..1dc5e02 100644 --- a/nvim/plugin/keybinds.vim +++ b/nvim/plugin/keybinds.vim @@ -6,6 +6,9 @@ nnoremap :NERDTreeToggle return !col || getline('.')[col - 1] =~ '\s' endfunction + nmap (coc-codeaction-line) + xmap (coc-codeaction-selected) + inoremap coc#pum#visible() ? coc#_select_confirm() : "\" inoremap