Vim Tips Wiki
(standard format and tweak wording)
 
Line 1: Line 1:
  +
{{ScriptComments|Sesiones: manage sessions the easy way}}
Small function to save, load, overwrite and delete vim sessions with both a map or through the plugins->sessions Menu
 
   
==Section heading==
+
==Overview==
 
Save, load, overwrite or delete Vim sessions with a mapping or through the Plugins, Sessions menu.
   
Place the cursor in the main file of your session and press <f3> to save it.
+
Place the cursor in the main file of your session and press F3 to save it.
Close vim, open Vim, go to the file, press <Shift-f3> and Olé! all your files, splits, tabs, searches, etc are there as if you never had leaved the job.
 
   
 
Close Vim, open Vim, go to the file, press Shift-F3 to restore all your files, splits, tabs, searches, etc, as if you never had left the job.
==References==
 
  +
http://www.vim.org/scripts/script.php?script_id=3542
 
  +
Please add comments below to report bugs or suggest improvements.
   
 
==Comments==
 
==Comments==
Do not hesitate in contact me for bugs or improvements
 

Latest revision as of 05:54, 27 January 2012

Use this page to discuss script 3542 Sesiones: manage sessions the easy way

  • 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.

Overview[]

Save, load, overwrite or delete Vim sessions with a mapping or through the Plugins, Sessions menu.

Place the cursor in the main file of your session and press F3 to save it.

Close Vim, open Vim, go to the file, press Shift-F3 to restore all your files, splits, tabs, searches, etc, as if you never had left the job.

Please add comments below to report bugs or suggest improvements.

Comments[]