Wednesday, July 11, 2012

Re: vim: session of "sessions"

On Wednesday, July 11, 2012 2:25:58 PM UTC-5, ping wrote:
> //my thought and need help on:
> how do I aggregate all vim sessions in one vim instance, but still
> conveniently switch between them? any plugins(project plugin?) doing that?
>

I'm not clear on exactly what you're doing already regarding tab pages, but you can tell Vim to store only the buffers/windows for the current tab page in a session. Then you can load one session per Vim tab and switch between them with gt/gT.

:help 'sessionoptions'

But maybe this workflow doesn't work for you.

--
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

No comments:

Post a Comment