aboutsummaryrefslogtreecommitdiff
path: root/files/.vimrc
diff options
context:
space:
mode:
Diffstat (limited to 'files/.vimrc')
-rw-r--r--files/.vimrc4
1 files changed, 4 insertions, 0 deletions
diff --git a/files/.vimrc b/files/.vimrc
index c9ad23b..92d3bae 100644
--- a/files/.vimrc
+++ b/files/.vimrc
@@ -136,6 +136,9 @@ endif
" Vim rocks!
nnoremap ; :
inoremap jj <ESC>
+nnoremap <Tab> %
+nnoremap H ^
+nnoremap T g_
" Disable some keys
inoremap <F1> <Nop>
@@ -203,6 +206,7 @@ nnoremap <silent> <F8> :Tlist<CR>
" Fuzzy Finder {{{2
nnoremap '. :FufFileWithCurrentBufferDir<CR>
nnoremap 'f :FufFile<CR>
+nnoremap 'h :FufFile $HOME/<CR>
nnoremap 'k :FufBuffer<CR>
" Load custom local config{{{1