From 5e476d8e00da70bc33c54a174fd8cb18ed991868 Mon Sep 17 00:00:00 2001 From: Marco Hinz Date: Wed, 20 Dec 2017 12:21:54 +0100 Subject: [PATCH] Doc: small improvement --- doc/startify.txt | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/doc/startify.txt b/doc/startify.txt index 34495a4..c58e833 100644 --- a/doc/startify.txt +++ b/doc/startify.txt @@ -69,15 +69,18 @@ Startify basically provides two things: 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 - certain directory. These commands are used for convenience: +2) The plugin eases the handling of loading and saving sessions by putting + sessions in a central directory. - :SLoad load a session - :SSave save a session - :SDelete[!] delete a session - :SClose close a session + :SLoad load a session |startify-:SLoad| + :SSave[!] save a session |startify-:SSave| + :SDelete[!] delete a session |startify-:SDelete| + :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*