Script:3150
Talk0
1,599pages on
this wiki
this wiki
Revision as of 09:59, July 24, 2012 by 83.11.124.68 (Talk)
session.vim
Use this page to discuss script 3150 session: extended Vim session management
- Add constructive comments, bug reports, or discuss improvements (see the guideline).
- Do not document the script here (the author should do that on vim.org).
- This page may be out of date: check the script's vim.org page above, and its release notes.
Comments
If you are having problems and want completely automated session management add this to your vimrc:
let g:session_autosave='yes' let g:session_autoload='yes' au VimLeave * :SaveSession! default