Tabbot is a simple Neovim plugin that makes working with tabs easier. Tabbot pulls out the "tabs as workspaces" concept from my dbm.nvim plugin and refines it, shipping only one command:
:Tabbot {subcommand} {number}
The currently implemented subcommands are:
clear
Clears out any empty buffers and therefore empty tabs.go {tab_number}
Move user to tab number{tab_number}
.send {tab_number}
Send current buffer window to tab number{tab_number}
.
$ git clone --depth 1 https://github.com/nat-418/tabbot.nvim ~/.local/share/nvim/site/pack/tabbot/start/tabbot.nvim
There is no configuration.
- bufala.nvim to work with buffers, windows, and splits like in a tiling window manager.