Session source for unite.vim.
Recommended installation is via NeoBundle.
- NeoBundle
NeoBundle 'Shougo/unite-session'
- Save the current session as a new session via
:Unite session/new
- Edit and load sessions via
:Unite session
Save session data in <session-name>
. This will override the session
if it exists.
:UniteSessionSave <session-name>
Load a session by <session-name>
. This will create a new session with
the given name if none exists.
:UniteSessionLoad <session-name>