mirror of
https://github.com/amix/vimrc
synced 2025-02-28 14:12:51 +08:00
Merge pull request #136 from royling/patch-1
key bindings for :bnext and :bprev
This commit is contained in:
commit
30f8aa48c9
@ -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 New Issue
Block a user