diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index 1f77995..3c6a650 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -25,6 +25,13 @@ set -g @plugin 'christoomey/vim-tmux-navigator' # theme nord set -g @plugin "nordtheme/tmux" +# resurrect et continuum +set -g @plugin "tmux-plugins/tmux-resurrect" +set -g @plugin "tmux-plugins/tmux-continuum" + +set -g @resurrect-processes 'ssh' +set -g @continuum-restore 'on + run '~/.config/tmux/plugins/tpm/tpm'