An open API service indexing awesome lists of open source software.

https://github.com/devansh08/alt-tab.nvim

Neovim plugin to jump to alternate tab
https://github.com/devansh08/alt-tab.nvim

neovim neovim-plugin neovim-plugin-lua

Last synced: 9 months ago
JSON representation

Neovim plugin to jump to alternate tab

Awesome Lists containing this project

README

          

# alt-tab.nvim

Plugin to emulate alternate buffer for tabs.

## Installation

Install using your favorite package manager, like any other plugin.

For example, with lazy.nvim:
```lua
{
"devansh08/alt-tab.nvim",
branch = "main",
opts = {}
}
```

## Usage

The plugin exposes a user command `AltTab` which will go to the last tab that was open.