mirror of
https://github.com/amix/vimrc
synced 2025-06-23 15:04:59 +08:00
key bindings for :bnext and :bprev
opinionated bindings though, but easy to use, enjoy!
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user