From fd0a89b7e8b83f41568e0b8404343e7519907f9d Mon Sep 17 00:00:00 2001 From: LavaDesu Date: Wed, 1 Sep 2021 19:58:13 +0700 Subject: [PATCH] neovim: some more coc binds --- modules/user/neovim.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/user/neovim.nix b/modules/user/neovim.nix index c02f839..e4be386 100644 --- a/modules/user/neovim.nix +++ b/modules/user/neovim.nix @@ -89,6 +89,8 @@ nnoremap k nnoremap l nnoremap :q + nnoremap gd (coc-definition) + nmap ref (coc-references) nmap gd :Gdiff nmap rn (coc-rename) command! -nargs=0 Sw w !doas tee % > /dev/null