Doc: FAQ 10: temporarily disable Startify at start

Closes #190.
This commit is contained in:
Marco Hinz 2015-12-07 14:59:16 +01:00
parent ffbd531a12
commit 438abff72b

View file

@ -605,6 +605,7 @@ FAQ *startify-faq*
|startify-faq-07| The session autoload feature is not working! |startify-faq-07| The session autoload feature is not working!
|startify-faq-08| How do I center my header/footer? |startify-faq-08| How do I center my header/footer?
|startify-faq-09| tmux-resurrect? |startify-faq-09| tmux-resurrect?
|startify-faq-10| Temporarily skip Startify at start?
------------------------------------------------------------------------------ ------------------------------------------------------------------------------
*startify-faq-01* *startify-faq-01*
@ -715,6 +716,18 @@ to load your last used session right away:
> >
set -g @resurrect-processes '"vim->vim +SLoad"' set -g @resurrect-processes '"vim->vim +SLoad"'
< <
------------------------------------------------------------------------------
*startify-faq-10*
Temporarily skip Startify at start?~
In some cases you might need to skip Startify at start. E.g.
>
vim +VimwikiMakeDiaryNote
<
Startify would interfere in this case. A simple way to avoid that would be:
>
vim --cmd 'let g:startify_disable_at_vimenter = 1' +VimwikiMakeDiaryNote
<
============================================================================== ==============================================================================
EXAMPLE *startify-example* EXAMPLE *startify-example*