SessX : Simple session management
script karma |
Rating 0/0,
Downloaded by 293 |
Comments, bugs, improvements
|
Vim wiki
|
created by |
Richard Bentley-Green |
|
script type |
utility |
|
description |
INTRODUCTION
SessX defines some simple, but very useful, enhancements to the standard session operation. Includes support for saving and restoring the `SelX` plugin status - #vimscript #5875
NOTE: This may well work for vim versions prior to 7 - I haven't tried it though
BASIC CONCEPTS
SessX uses the normal vim session facility; it doesn't replace it or subvert it any way - it just makes it a little more convenient to use. If no session is in force then SessX will not interfere
SessX makes sure that you always save your session files in the editor's startup directory so that you can easily find them again later. To make best use of this, start vim from the root of the source tree you are working with
You can easily give your session a unique name, and change it whenever you want, and SessX also reminds you to save your session on exiting vim
If you are using the SelX plugin, then SessX shall also save the SelX selection/highlight configuration too
In normal vim fashion, you can reload the session when you start vim with `vim -S {filename}` where `{filename}` defaults to `Session.vim` if not specified
|
|
install details |
Just un-tar into ~/.vim/bundle/ as usual and read the README file for config options |
|
script versions (upload new version)
Click on the package to download.
ip used for rating: 3.239.40.250
|