aboutsummaryrefslogtreecommitdiff
path: root/files/.vimrc
diff options
context:
space:
mode:
Diffstat (limited to 'files/.vimrc')
-rw-r--r--files/.vimrc3
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