Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nat-418/tabbot.nvim
Neovim plugin to discipline tabs
https://github.com/nat-418/tabbot.nvim
neovim neovim-plugin nvim nvim-plugin
Last synced: 13 days ago
JSON representation
Neovim plugin to discipline tabs
- Host: GitHub
- URL: https://github.com/nat-418/tabbot.nvim
- Owner: nat-418
- License: 0bsd
- Created: 2022-10-05T20:54:26.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-14T07:48:16.000Z (almost 2 years ago)
- Last Synced: 2023-04-29T18:53:13.975Z (over 1 year ago)
- Topics: neovim, neovim-plugin, nvim, nvim-plugin
- Language: Lua
- Homepage:
- Size: 366 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
tabbot.nvim ☯️
==============Tabbot is a simple Neovim plugin that makes working with tabs easier.
Tabbot pulls out the "tabs as workspaces" concept from my
[dbm.nvim](https://github.com/nat-418/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}`.Installation
------------```sh
$ git clone --depth 1 https://github.com/nat-418/tabbot.nvim ~/.local/share/nvim/site/pack/tabbot/start/tabbot.nvim
```Configuration
-------------There is no configuration.
See also
--------* [bufala.nvim](https://github.com/nat-418/bufala.nvim) to work with buffers,
windows, and splits like in a tiling window manager.