add ssh to list of procs to resurrect
This commit is contained in:
@@ -62,5 +62,6 @@ set -g @plugin 'tmux-plugins/tmux-continuum' # automatically saves session every
|
|||||||
set -g @themepack 'powerline/default/cyan'
|
set -g @themepack 'powerline/default/cyan'
|
||||||
set -g @continuum-restore 'on'
|
set -g @continuum-restore 'on'
|
||||||
set -g @resurrect-strategy-nvim 'session'
|
set -g @resurrect-strategy-nvim 'session'
|
||||||
|
set -g @resurrect-processes 'ssh' # space separated list of programs to restore
|
||||||
|
|
||||||
run '~/.config/tmux/plugins/tpm/tpm'
|
run '~/.config/tmux/plugins/tpm/tpm'
|
||||||
|
|||||||
Reference in New Issue
Block a user