dotar/vim/settings/vim-session.vim
2013-10-21 17:08:21 -05:00

5 lines
187 B
VimL

" Prevent vim-session from asking us to load the session.
" If you want to load the session, use :SaveSession and :OpenSession
let g:session_autosave = 'no'
let g:session_autoload = 'no'