Vim Tips Wiki
(title)
(Undo revision 34798 by 83.11.124.68 (talk) Please create an account so we can talk to you.)
 
Line 1: Line 1:
=session.vim=
 
 
{{ScriptComments|session: extended Vim session management}}
 
{{ScriptComments|session: extended Vim session management}}
   

Latest revision as of 10:40, 24 July 2012

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