key bindings for :bnext and :bprev
opinionated bindings though, but easy to use, enjoy!
This commit is contained in:
parent
6773769038
commit
8b8070f537
1 changed files with 3 additions and 0 deletions
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue