From a3ee7995de6083e5f1d1518eed0fcacdda891592 Mon Sep 17 00:00:00 2001 From: Charles D Date: Mon, 5 Jun 2023 15:02:29 -0400 Subject: [PATCH] add ssh to list of procs to resurrect --- .config/tmux/tmux.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index 7fd0a8e..f15d8f7 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -62,5 +62,6 @@ set -g @plugin 'tmux-plugins/tmux-continuum' # automatically saves session every set -g @themepack 'powerline/default/cyan' set -g @continuum-restore 'on' set -g @resurrect-strategy-nvim 'session' +set -g @resurrect-processes 'ssh' # space separated list of programs to restore run '~/.config/tmux/plugins/tpm/tpm'