add ssh to list of procs to resurrect

This commit is contained in:
2023-06-05 15:02:29 -04:00
parent bf61c77ad7
commit a3ee7995de
+1
View File
@@ -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'