Tab through Vim Buffers
Here's how to navigate between vim buffers, by hitting <tab>
- Press
<tab>
to navigate between buffers - Close buffers by typing
:bd
" add to your .vimrc
" tab through buffers
nmap <tab> :bnext<cr>
Written by volk
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Vim
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#