Tabstuff : Tabstuff is a plugin to sulplies various tabrelated stuff
script karma |
Rating 0/0,
Downloaded by 1581 |
Comments, bugs, improvements
|
Vim wiki
|
created by |
Francis Grizzly Smit |
|
script type |
utility |
|
description |
Tabstuff puts in toolbar buttons and a tab menu, that lets you do things like: open a file in a new tab create a new file in a new tab open all buffers in separate tabs; this will only work up to tabpagemax tabs the rest will be opened in widows in the last tab.
There is also functions to move tabs, change tabs close the current tab: NB: this will not close the buffer, to do that use Buffers->delete.
If you want to increase the maximum number of tabs then set tabpagemax to your desired value I have; set tabpagemax=50 in my .gvimrc file .
If you wish to open the help in a new tab or helpgrep then there are two buttons for this.
Follow the tool tips for more details. |
|
install details |
Tabstuff Installation (Linux):
1. Download tabstuff-<version>-<build>.tar.bz2 and extract it
2. Put everything which in tabstuff-<version> folder to ~/.vim, or put videm to ~/.vim/bundle if you use pathogen
3. or use vundle https://github.com/VundleVim/Vundle.vim and add tabstuff as
Plugin 'grizzlysmit/tabstuff.vim'
Installation(Windows):
1. Download tabstuff-<version>-<build>.tar.bz2 and extract it
2. Put everything which in tabstuff-<version> folder to $VIM\vimfiles (for example of mine: C:\Program Files\Vim\vimfiles) or put tabstuff folder into $VIM\vimfiles\bundle if you use pathogen
3. or use vundle https://github.com/VundleVim/Vundle.vim and add tabstuff as
Plugin 'grizzlysmit/tabstuff.vim'
optionally you can use the tabstuff-<version>.zip archive |
|
script versions (upload new version)
Click on the package to download.
ip used for rating: 3.236.112.101
|