Doc: add tags for commands
This commit is contained in:
parent
41b53389af
commit
5bef697e17
|
@ -564,16 +564,20 @@ user autocmd is issued. You can hook into it like this:
|
||||||
<
|
<
|
||||||
==============================================================================
|
==============================================================================
|
||||||
COMMANDS *startify-commands*
|
COMMANDS *startify-commands*
|
||||||
|
*startify-:Startify*
|
||||||
>
|
>
|
||||||
:Startify
|
:Startify
|
||||||
<
|
<
|
||||||
Open the startify buffer.
|
Open the startify buffer.
|
||||||
|
*startify-:SSave*
|
||||||
|
*startify-:SDelete*
|
||||||
>
|
>
|
||||||
:SSave [session]
|
:SSave [session]
|
||||||
:SDelete [session]
|
:SDelete [session]
|
||||||
<
|
<
|
||||||
Save or delete a session. If you don't specify a session name, it will prompt
|
Save or delete a session. If you don't specify a session name, it will prompt
|
||||||
you for one.
|
you for one.
|
||||||
|
*startify-:SLoad*
|
||||||
>
|
>
|
||||||
:SLoad [session]
|
: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
|
Providing only a part of the session name works too, if you complete the
|
||||||
argument with either <c-d> or <tab> afterwards.
|
argument with either <c-d> or <tab> afterwards.
|
||||||
|
*startify-:SClose*
|
||||||
>
|
>
|
||||||
:SClose
|
:SClose
|
||||||
<
|
<
|
||||||
|
|
Loading…
Reference in a new issue