parent
80384d9c05
commit
046c62115f
|
@ -583,6 +583,7 @@ FAQ *startify-faq*
|
||||||
startup?
|
startup?
|
||||||
|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-01*
|
*startify-faq-01*
|
||||||
|
@ -684,6 +685,15 @@ Try something along these lines:
|
||||||
endfunction
|
endfunction
|
||||||
let g:startify_custom_header = s:filter_header(['a', 'bb', 'ccc'])
|
let g:startify_custom_header = s:filter_header(['a', 'bb', 'ccc'])
|
||||||
<
|
<
|
||||||
|
------------------------------------------------------------------------------
|
||||||
|
*startify-faq-09*
|
||||||
|
tmux-resurrect?~
|
||||||
|
|
||||||
|
If you use tmux-resurrect to restore your tmux environment, you can use :SLoad
|
||||||
|
to load your last used session right away:
|
||||||
|
>
|
||||||
|
set -g @resurrect-processes '"vim->vim +SLoad"'
|
||||||
|
<
|
||||||
==============================================================================
|
==============================================================================
|
||||||
EXAMPLE *startify-example*
|
EXAMPLE *startify-example*
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue