From 83b9e1c7197f9eadbe1c411fa5e679580fa22064 Mon Sep 17 00:00:00 2001 From: Daniel McKnight Date: Wed, 4 Jun 2025 21:32:41 -0700 Subject: [PATCH] Update tmux-resurrect to include pane contents and autossh connections --- .config/tmux/tmux.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index fba2487..31b3653 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -55,7 +55,9 @@ set -g @plugin 'tmux-plugins/tmux-resurrect' set -g @plugin 'tmux-plugins/tmux-continuum' set -g @continuum-restore 'on' set -g @continuum-boot 'on' -set -g @resurrect-processes 'ssh nano k9s nvim' +set -g @continuum-save-interval '10' # Save every n minutes +set -g @resurrect-capture-pane-contents 'on' +set -g @resurrect-processes '"~autossh->autossh *" ssh nano k9s nvim' # Open Links set -g @plugin 'tmux-plugins/tmux-open'