Home

Awesome

Description

vim-tabmode is a plugin that provides a new mode in Neo/vim for managing tabs.

Although it is recommended that splits and buffers are used over tabs when possible, there are scenarios when tabs are necessary. This plugin hopes to make that easier.

Requirements

Installation

Either use packadd or any package manager.

Examples

Usage

Enter vim-tabmode with <leader><Tab> or :TabmodeEnter.

KeyUse
<Esc>Leave tabmode
?Show help message
^/0Go to the beginning of the tab list.
<S-0>Move the current tab to the beginning of the tab list.
$Go to the end of the tab list.
%Move the current tab to the end of the tab list.
b/j/hTab left
w/k/lTab right
aAppend a tab and switch to it.
AAppend a tab to the end and switch to it.
iPrepend a tab and switch to it.
IPrepend a tab to the beginning and switch to it.
dDelete the current tab.
sReplace the current tab with a new tab.

See :help tabmode-usage for additional details.

Documentation

:help tabmode

The actual document for help is in tabmode.txt.