An open API service indexing awesome lists of open source software.

https://github.com/arecarn/vim-go-to-buffer

Vim plugin for switching buffers like you switch tabs
https://github.com/arecarn/vim-go-to-buffer

Last synced: 5 months ago
JSON representation

Vim plugin for switching buffers like you switch tabs

Awesome Lists containing this project

README

          

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. |