dotar/vim/settings/vim-session.vim

5 lines
187 B
VimL
Raw Normal View History

2013-10-22 06:08:21 +08:00
" 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'