Reputation: 1644
I want to have "two vim open" because I have multiple monitors. Also I would like them to share buffers, clipboards, etc. So I'd like to share the same instance across two different windows.
I have found:
vim --remote file.txt
but this opens the file in the first vim; it doesn't open a new window within the same vim instance.
How can multiple vim windows share the same instance?
Upvotes: 7
Views: 1327
Reputation: 7307
Although I don't believe there is a native way this can be achieved in VIM, there are however other ways to get similar behavior :
Upvotes: 1