From 046c62115f66eb282aa2d00b4f56a97516c78c18 Mon Sep 17 00:00:00 2001 From: Marco Hinz Date: Sat, 14 Nov 2015 03:09:47 +0100 Subject: [PATCH] Doc: add tmux-resurrect to FAQ References #181. --- doc/startify.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/doc/startify.txt b/doc/startify.txt index 5e98f4d..3da0f31 100644 --- a/doc/startify.txt +++ b/doc/startify.txt @@ -583,6 +583,7 @@ FAQ *startify-faq* startup? |startify-faq-07| The session autoload feature is not working! |startify-faq-08| How do I center my header/footer? + |startify-faq-09| tmux-resurrect? ------------------------------------------------------------------------------ *startify-faq-01* @@ -684,6 +685,15 @@ Try something along these lines: endfunction 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*