diff --git a/vimrc b/vimrc index 5d8ca6c9..c0392120 100644 --- a/vimrc +++ b/vimrc @@ -190,9 +190,9 @@ nnoremap :call FindInNERDTree():set winfixwidth nnoremap } nnoremap { -" Move between split windows by using the four directions H, L, I, M -" (note that I use I and M instead of J and K because J already does -" line joins and K is mapped to GitGrep the current word +" Move between split windows by using the four directions H, L, I, N +" (note that I use I and N instead of J and K because J already does +" line joins and K is mapped to GitGrep the current word nnoremap H h nnoremap L l nnoremap I k