Browse Source

Doc: add :SClose

Marco Hinz 11 years ago
parent
commit
832c0a65b1
1 changed files with 6 additions and 0 deletions
  1. 6 0
      doc/startify.txt

+ 6 - 0
doc/startify.txt

@@ -79,6 +79,7 @@ Startify basically provides two things:
       :SLoad    load a session
       :SSave    save a session
       :SDelete  delete a session
+      :SClose   close a session
 
 ==============================================================================
 OPTIONS                                                       *startify-options*
@@ -426,6 +427,11 @@ it.
 
 Providing only a part of the session name works too, if you complete the
 argument with either <c-d> or <tab> afterwards.
+>
+    :SClose
+<
+Save and close the current session, close all listed buffers, and open the
+Startify buffer.
 >
     :Startify
 <