sponsor Vim development Vim logo Vim Book Ad

tabs.vim : Tabs manager, handy when you open 10+ tabs.

 script karma  Rating 0/0, Downloaded by 485  Comments, bugs, improvements  Vim wiki

created by
Javier Puigdevall
 
script type
utility
 
description
Just a tool to help you manage a heavy amount of tabs on your vim editor.

Use command :Tabsm or map tm to display the tab manager window.
Use command :Tabsh to show the abridged command help.

Default mappings:
Esc+1 to Esc+0 (Win+1, Win+0): move to window number 1 to 10.
Esc+l and Esc+h (Win+l, Win+h): move to next or previous tab.
Esc+, and Esc+. (Win+l, Win+h): move tab a spot right or left.

Configuration:
- Deactivate default mappings (tm, ts, tr)
   let g:Tabs_useDefaultMappings=0
-Deactivate default tab movement mappings:
   let g:Tabs_useDefaultMoveMappings=0
-Deactivate default move to tab number mappings:
   let g:g:Tabs_useDefaultGotoMappings=0
 
install details
Minimum version: Vim 7.0+
Recomended version: Vim 8.0+

Install vimball:
download tabs_0.0.1.vmb
vim tabs_0.0.1.vmb
:so %
:q
 

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
tabs_0.0.1.vmb 0.0.1 2022-07-08 7.0 Javier Puigdevall Initial upload
ip used for rating: 142.132.191.50

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