mirror of
1
0
Fork 0

key bindings for :bnext and :bprev

opinionated bindings though, but easy to use, enjoy!
This commit is contained in:
Roy Ling 2015-09-05 18:42:44 +08:00
parent 9771ce2f4d
commit e3948c7552
1 changed files with 3 additions and 0 deletions

View File

@ -234,6 +234,9 @@ map <leader>bd :Bclose<cr>
" Close all the buffers
map <leader>ba :bufdo bd<cr>
map <leader>l :bnext<cr>
map <leader>h :bprevious<cr>
" Useful mappings for managing tabs
map <leader>tn :tabnew<cr>
map <leader>to :tabonly<cr>