diff --git a/vim/.vimrc b/vim/.vimrc index bf1e015..9d1d2df 100644 --- a/vim/.vimrc +++ b/vim/.vimrc @@ -138,6 +138,15 @@ nnoremap ; :call AddSemicolon() nnoremap todo :g/TODO/ " 0 should find first non blank nmap 0 ^ +" Moving through windows +nnoremap l +nnoremap h +nnoremap j +nnoremap k + +" Quick macroing +:nnoremap + @wj + " --- Don't need a help inoremap nnoremap