/vim-go-to-buffer

Vim plugin for switching buffers like you switch tabs

Primary LanguageVimLDo What The F*ck You Want To Public LicenseWTFPL

go-to-buffer

Switch you buffer just like you would with tabs using key mappings similar to the built-ins gt and gT.

Usage

Mode Key Mapping Description
normal gb Go to the next buffer. Wraps around from the last to the first one.
normal gB Go to the previous buffer. Wraps around from the first to the last one.
normal {count}gb or {count}gB Go to Count {count} buffer.