From 5bef697e17b9d43a8e2383992d695887b8ad377f Mon Sep 17 00:00:00 2001 From: Marco Hinz Date: Thu, 17 Mar 2016 13:00:41 +0100 Subject: [PATCH] Doc: add tags for commands --- doc/startify.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/startify.txt b/doc/startify.txt index a5fe6ee..1c28f85 100644 --- a/doc/startify.txt +++ b/doc/startify.txt @@ -564,16 +564,20 @@ user autocmd is issued. You can hook into it like this: < ============================================================================== COMMANDS *startify-commands* + *startify-:Startify* > :Startify < Open the startify buffer. + *startify-:SSave* + *startify-:SDelete* > :SSave [session] :SDelete [session] < Save or delete a session. If you don't specify a session name, it will prompt you for one. + *startify-:SLoad* > :SLoad [session] < @@ -582,6 +586,7 @@ for one (Windows) or load the last used session (Unix). Providing only a part of the session name works too, if you complete the argument with either or afterwards. + *startify-:SClose* > :SClose <