Doc: small improvement

This commit is contained in:
Marco Hinz 2017-12-20 12:21:54 +01:00
parent c905a0c959
commit 5e476d8e00
No known key found for this signature in database
GPG key ID: 1C980A1B657B4A4F

View file

@ -69,15 +69,18 @@ Startify basically provides two things:
And you can define your own custom ascii art header now! And you can define your own custom ascii art header now!
2) It eases handling of loading and saving sessions by only working with a 2) The plugin eases the handling of loading and saving sessions by putting
certain directory. These commands are used for convenience: sessions in a central directory.
:SLoad load a session :SLoad load a session |startify-:SLoad|
:SSave save a session :SSave[!] save a session |startify-:SSave|
:SDelete[!] delete a session :SDelete[!] delete a session |startify-:SDelete|
:SClose close a session :SClose close a session |startify-:SClose|
If ! is given, you won't get prompted. If ! is given, you won't get prompted.
It also supports session persistence, so once a session is loaded, it gets
saved automatically when Vim is quit: |g:startify_session_persistence|
============================================================================== ==============================================================================
OPTIONS *startify-options* OPTIONS *startify-options*