TabList for terminal vim : Get list of tab pages and the windows in them in a quickfix like window.
script karma |
Rating 21/8,
Downloaded by 1152 |
Comments, bugs, improvements
|
Vim wiki
|
created by |
Anish Sane |
|
script type |
utility |
|
description |
Get a list of tab pages and the windows in them in a quickfix-like window.
Usage:
1. You can use the UP/DOWN arrow keys to navigate to any tab page in the list.
2. You can use mouse-doubleclick/press enter on the items in the list to go to that tab page.
3. You can use 'dd' to close a tab page
4. map a suitable key to "<Plug>Tablist#GetTabList" (without quotes) to use this plugin.
e.g. I have this in my ~/.vimrc:
nnoremap <M-S-F7> <Plug>Tablist#GetTabList
|
|
install details |
This script bundle uses vimball.
Just source this script bundle.
$ vim Tablist.vmb
: source % |
|
script versions (upload new version)
Click on the package to download.
Tablist.vmb |
1.01 |
2016-10-17 |
7.0 |
Anish Sane |
Minor fix: Corrected the handling of dd command for the tab. Now, dd will close the tab, but keep the cursor at the same location. |
Tablist.vmb |
1.0 |
2016-10-13 |
7.0 |
Anish Sane |
Initial upload |
ip used for rating: 44.220.184.63
|