Thursday, January 14, 2016

Re: detach current tab into a separate window

kamaraju kusumanchi wrote:
> Is it possible to detach the current tab in a gvim session into a
> separate gvim window? Something akin to what firefox can do with tabs?
>
> Once the tab is separated, can I dock it back into the original gvim
> window session?
>
You could try :Detach, which is available from
http://www.drchip.org/astronaut/vim/index.html#DETACH .

Note:

* The code will handle multiple windows open in one tab by duplicating
them in a new instance of gvim.
* One must have two or more tabs open to :Detach a tab
* One must have gvim available as an executable
* Two separate, independent instances of vim result: they do not share
variables, functions, etc.

Regards,
Chip Campbell

--
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment