diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index ee1d068..a881d03 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -50,6 +50,8 @@ set -g bell-action none # List of plugins set -g @plugin 'tmux-plugins/tpm' set -g @plugin "arcticicestudio/nord-tmux" +set -g @plugin 'tmux-plugins/tmux-resurrect' +set -g @plugin 'tmux-plugins/tmux-continuum' # Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf) run -b '~/.tmux/plugins/tpm/tpm'