diff --git a/modules/user/neovim.nix b/modules/user/neovim.nix index 9f13db1..e17dd73 100644 --- a/modules/user/neovim.nix +++ b/modules/user/neovim.nix @@ -83,6 +83,10 @@ " various aliases nnoremap :NERDTreeToggle nnoremap rs :source $MYVIMRC + nnoremap h + nnoremap j + nnoremap k + nnoremap l nmap rn (coc-rename) command! -nargs=0 Sw w !doas tee % > /dev/null