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.
Add this line to your .vimrc on linux or your _vimrc on windows
Plugin 'grizzlysmit/tabstuff.vim'
inside your call vundle#begin() and call vundle#end() " required
call vundle#begin()
"Tabstuff
" ...
Plugin 'grizzlysmit/tabstuff.vim'
" ...
" ...
call vundle#end() " required
if you do not have Vundel installed go here for instuctions
- Download tabstuff-<version>-<build>.tar.bz2 and extract it
- Put everything which is in tabstuff-<version> folder to ~/.vim, or put videm to ~/.vim/bundle if you use pathogen
- Download tabstuff-<version>-<build>.tar.bz2 and extract it
- 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