Doc: rewording of startify-autocmd
This commit is contained in:
parent
fbd9b681ff
commit
226cafe0a0
|
@ -647,11 +647,13 @@ $PWD and $OLDPWD are ignored.
|
||||||
==============================================================================
|
==============================================================================
|
||||||
AUTOCMD *startify-autocmd*
|
AUTOCMD *startify-autocmd*
|
||||||
|
|
||||||
In case you want to alter the startify buffer to cause all kinds of mayhem, an
|
When the Startify buffer is fully set up, it emits an User event. You can hook
|
||||||
user autocmd is issued. You can hook into it like this:
|
into that to customize Startify even further:
|
||||||
>
|
>
|
||||||
autocmd User Startified let &l:stl = ' This statusline rocks!'
|
autocmd User Startified let &l:stl = ' This statusline rocks!'
|
||||||
<
|
<
|
||||||
|
Or use it to disable single mappings: |startify-faq-16|.
|
||||||
|
|
||||||
NOTE: Autocmds don't nest by default. If you use any command that triggers new
|
NOTE: Autocmds don't nest by default. If you use any command that triggers new
|
||||||
events, be sure to add "nested": |autocmd-nested|.
|
events, be sure to add "nested": |autocmd-nested|.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue