Auto load and save sessions of different dir.
-
Set up [Vundle]:
git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim -
Configure Plugins: add this to your
.vimrcVundle config.Plugin 'wilon/vim-auto-session' -
Install:
Launch
vimand run:PluginInstallTo install from command line:
vim +PluginInstall +qall