Switch you buffer just like you would with tabs using key mappings similar to
the built-ins gt and gT.
| 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. |