Update tmux-resurrect to include pane contents and autossh connections
This commit is contained in:
parent
c6d6ca0e04
commit
83b9e1c719
1 changed files with 3 additions and 1 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue