Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/antonk52/vim-tabber
vim tab navigation plugin
https://github.com/antonk52/vim-tabber
neovim neovim-plugin vim vim-plugin
Last synced: about 1 month ago
JSON representation
vim tab navigation plugin
- Host: GitHub
- URL: https://github.com/antonk52/vim-tabber
- Owner: antonk52
- Created: 2018-12-28T23:57:51.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-08-21T08:02:50.000Z (about 1 year ago)
- Last Synced: 2024-10-05T14:12:43.375Z (about 1 month ago)
- Topics: neovim, neovim-plugin, vim, vim-plugin
- Language: Vim Script
- Homepage:
- Size: 3.91 KB
- Stars: 3
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Tabber
Simple tab management in vim. Simulate browser behavior in tab navigation using `NUMBER` shortcut.
## Installation
Use a plugin manager of your preference.
[Plug](https://github.com/junegunn/vim-plug)
```vim
Plug 'antonk52/vim-tabber'
```[Vundle](https://github.com/VundleVim/Vundle.vim)
```vim
Plugin 'antonk52/vim-tabber'
```## Usage
Tabber sets mappings `{count}` 1 through 9 to navigate between tabs. Each short cut will take to you to the appropriate tab. If the number is greater than the current tab count tabber takes you to the last tab. `9` always takes you to the last tab. Now you can start cycling through your tabs using `{count}` shortcuts.