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
- Host: GitHub
- URL: https://github.com/devansh08/alt-tab.nvim
- Owner: devansh08
- License: mit
- Created: 2025-08-15T05:09:31.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-08-15T05:12:44.000Z (10 months ago)
- Last Synced: 2025-08-15T07:07:30.983Z (10 months ago)
- Topics: neovim, neovim-plugin, neovim-plugin-lua
- Language: Lua
- Homepage:
- Size: 1000 Bytes
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.