Configure SSH and k9s session restore
This commit is contained in:
parent
1859acf52f
commit
69c97650f8
1 changed files with 8 additions and 1 deletions
|
@ -60,5 +60,12 @@ set -g status-interval 1
|
|||
set-window-option -g window-status-style fg='#008b8b',bg=default
|
||||
set-window-option -g window-status-current-style fg='#222222',bg='#ad7fa8'
|
||||
|
||||
# Persist Between Reboots
|
||||
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'
|
||||
|
||||
# Load Plugins
|
||||
#run '~/.tmux/plugins/tpm/tpm'
|
||||
run '~/.tmux/plugins/tpm/tpm'
|
||||
|
|
Loading…
Reference in a new issue