diff options
| author | Anton Bobov <abobov@gmail.com> | 2014-07-04 19:00:51 +0600 |
|---|---|---|
| committer | Anton Bobov <abobov@gmail.com> | 2014-07-04 19:00:51 +0600 |
| commit | 5a1d947e1b0fa31dba28695558c1a6013f33918d (patch) | |
| tree | b6102a05b50dd7e9afb863d1a93d76641b43bd5c /files/.vimrc | |
| parent | 1e4e9c3f6b0c1df14113dda69413c6f97c767d2c (diff) | |
Vimrc update.
Diffstat (limited to 'files/.vimrc')
| -rw-r--r-- | files/.vimrc | 4 |
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 |
