diff options
| -rw-r--r-- | files/.vimrc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/files/.vimrc b/files/.vimrc index 4ac857f..6e44bbc 100644 --- a/files/.vimrc +++ b/files/.vimrc @@ -194,11 +194,12 @@ endif " Mappings {{{ " Vim rocks! nnoremap ; : -inoremap jj <ESC> +inoremap kk <ESC> nnoremap <Tab> % vnoremap <Tab> % nnoremap H ^ nnoremap L g_ +inoremap <Leader>l <C-^> nnoremap J mzJ`z |
