From 300134b720198d429682ec04f1285ae2b66b4635 Mon Sep 17 00:00:00 2001 From: LavaDesu Date: Thu, 19 Aug 2021 19:16:23 +0700 Subject: [PATCH] neovim: add quick split-switching binds --- modules/user/neovim.nix | 4 ++++ 1 file changed, 4 insertions(+) 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