Skip to content

Latest commit

 

History

History
20 lines (10 loc) · 408 Bytes

README.md

File metadata and controls

20 lines (10 loc) · 408 Bytes

vim-auto-session

Auto load and save sessions of different dir.

Install

  1. Set up [Vundle]:

    git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim

  2. Configure Plugins: add this to your .vimrc Vundle config.

    Plugin 'wilon/vim-auto-session'

  3. Install:

    Launch vim and run :PluginInstall

    To install from command line: vim +PluginInstall +qall