parent
ffbd531a12
commit
438abff72b
1 changed files with 13 additions and 0 deletions
|
@ -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*
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue