Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

VIM Project and Tabs

Is there a possibility to combine the Project Plugin with Tabs?

If i open a file in my Project Explorer, i want to open it in a new tab ... :)

like image 922
Beerweasle Avatar asked Jul 01 '26 18:07

Beerweasle


2 Answers

You have to hack this plugin yourself (I do not think it would be difficult) or email the author and kindly ask him to do it.

I would also suggest NERDTree as a Project replacement (it can open files in tabs).

like image 59
Maxim Kim Avatar answered Jul 03 '26 06:07

Maxim Kim


For open file of project in other tab use Leader T \T

like image 27
paranormal Avatar answered Jul 03 '26 06:07

paranormal