GitXplorerGitXplorer
n

tabbot.nvim

public
7 stars
0 forks
0 issues

Commits

List of commits on branch main.
Verified
502f281fdb083f75a1bd67f9c64c6549ee310eae

docs: Update README.md

nnat-418 committed 2 years ago
Unverified
28dc9b4553a7a4d1ce39ff8a7bcaba726d02e174

Remove image

nnat-418 committed 2 years ago
Unverified
a43ec1213215b38fffafd7e69e70a19159401363

Fix clear

nnat-418 committed 2 years ago
Unverified
e9d6fdbf7c0caa889af1cd5a05a64866a2414d2f

Fix clear

nnat-418 committed 2 years ago
Unverified
f4206837b05cf2e854bb19d82d2d8a3348703405

Update README

nnat-418 committed 2 years ago
Unverified
5ae89c295de3fb2e5d7bcf3e4a855297910fcffb

Update README

nnat-418 committed 2 years ago

README

The README file for this repository.

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

$ 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 to work with buffers, windows, and splits like in a tiling window manager.