diff options
Diffstat (limited to '.vimrc')
-rw-r--r-- | .vimrc | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -132,6 +132,11 @@ inoremap KJ <ESC> inoremap Kj <ESC> inoremap kJ <ESC> +"don't you hate when you accidentally hit F1? +inoremap <F1> <ESC> +nnoremap <F1> <ESC> +vnoremap <F1> <ESC> + "windows changing nnoremap <C-h> <C-W>h nnoremap <C-j> <C-W>j |