sponsor Vim development Vim logo Vim Book Ad

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 1348  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 %
 

rate this script Life Changing Helpful Unfulfilling 
script versions (upload new version)

Click on the package to download.

package script version date Vim version user release notes
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: 216.73.216.170

Questions about Vim should go to the maillist. Help Uganda.     Vim at Github