Tabv : Easily open relevant groupings of files as a tab in Vim
script karma |
Rating 1/1,
Downloaded by 1284 |
Comments, bugs, improvements
|
Vim wiki
|
created by |
Kazark (elided) |
|
script type |
utility |
|
description |
I use it along with The NERD tree and CtrlP.Vim in order to easily call up files from within a project and make working in Vim more like working in an IDE.
The main command is :Tabv. It takes one argument, which is the "root" or "stem" of the set of files you want to open. It attempts to guess the type of project you are working on and open the files accordingly.
For more information, visit the GitHub repo https://github.com/Kazark/vim-tabv |
|
install details |
Suggested method: use Pathogen.
git clone https://github.com/Kazark/vim-tabv.git ~/.vim/bundle/tabv |
|
script versions (upload new version)
Click on the package to download.
tabv0.1.0.zip |
0.1.0 |
2014-04-25 |
7.0 |
Kazark (elided) |
Added C# support and :Tvword command to open tab grouping based on the word under the cursor |
tabv.zip |
0.0.2 |
2014-04-11 |
7.0 |
Kazark (elided) |
Had used a three-parameter version of expand without realizing this was introduced in 7.4. Not worth breaking backwards compatibility for that, so changed it to split(expand(..., which is more readable anyway.
Also fixed a bug in the C++ <> implementation
|
tabv.zip |
0.0.1 |
2014-04-09 |
7.0 |
Kazark (elided) |
Initial upload |
ip used for rating: 18.97.14.85
|