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
- Host: GitHub
- URL: https://github.com/arecarn/vim-go-to-buffer
- Owner: arecarn
- License: wtfpl
- Created: 2015-01-29T20:15:39.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2016-02-28T20:56:56.000Z (over 10 years ago)
- Last Synced: 2025-08-22T23:00:13.638Z (11 months ago)
- Language: VimL
- Homepage:
- Size: 4.88 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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. |