xolox / vim-session

Extended session management for Vim (:mksession on steroids)
http://peterodding.com/code/vim/session/
961 stars 80 forks source link

Swich sessions #184

Open Jzarecta opened 4 years ago

Jzarecta commented 4 years ago

Is there a way to switch sessions without restarting vim. I see :RestartVim but I dont think is what I am looking for. Having to change a session which will mean closing the current one, and opening a new one without having the previous one affected.

inkarkat commented 4 years ago

I think you're looking for :OpenSession; it executes :CloseSession before opening the new one, so basically switches sessions.