1
0
Fork 0
mirror of synced 2024-11-27 11:15:35 -05:00

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 committed by Siew Yi Liang
parent 6773769038
commit 8b8070f537

View file

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