edenzik / macvim

Automatically exported from code.google.com/p/macvim
0 stars 0 forks source link

Detachable tabs #213

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
It would be great if MacVim had support for detachable tabs like Terminal.app

Original issue reported on code.google.com by chris.wi...@gmail.com on 5 Sep 2009 at 9:53

GoogleCodeExporter commented 9 years ago
This has been discussed a few times in the past on the vim_mac group -- search 
through the archives.

It would be a nice feature, but it is very difficult to implement in a 
satisfactory manner due to the fact that each 
window represents a separate Vim process.  Meaning, you'd have to close the 
buffer in one process and reopen it 
in another with all the problems this leads to (e.g. loss of undo history etc.).

Original comment by bjorn.winckler@gmail.com on 6 Sep 2009 at 2:09

GoogleCodeExporter commented 9 years ago
Vim 7.3 has a persistent undo feature. I wonder if there other similar 
workarounds that would make detachable tabs reasonable to implement. It would 
be an exceedingly useful feature.

Original comment by kristofo...@gmail.com on 15 Jun 2011 at 7:19

GoogleCodeExporter commented 9 years ago
How about a "close and open in new tab" option? It would be better than nothing.

Original comment by chimp...@gmail.com on 24 Sep 2011 at 10:36

GoogleCodeExporter commented 9 years ago
would love to have this feature :D. Great App anyway => Big Thx 

Original comment by nicola.c...@esrlabs.com on 5 Jul 2013 at 7:19

GoogleCodeExporter commented 9 years ago
Would be nice, but vertical split (:vsplit) is good enough for me.

Original comment by ethan.em...@gmail.com on 19 Sep 2013 at 5:34

GoogleCodeExporter commented 9 years ago
A quick workaround (if you installed the mvim terminal shortcut):

    :mvim % 

Original comment by megsuma on 13 Jan 2014 at 4:07