Is it possible to have a new instance on vim in every tab? Because I want to have seperate buffers in each tab.
So I could run one tab for the controllers I'm editing, one for all my views etc.
Is it possible to have a new instance on vim in every tab? Because I want to have seperate buffers in each tab.
So I could run one tab for the controllers I'm editing, one for all my views etc.
No, the tabs are already inside Vim and you obviously can't run Vim inside itself.
The only way for you to really have separate instances in MacVim is to use two different GUI windows.
It sounds like you are having troubles keeping track of your buffers, don't you?