diff --git a/dotfiles/.tmux.conf b/dotfiles/.tmux.conf index dc8cddd..5bfe21f 100644 --- a/dotfiles/.tmux.conf +++ b/dotfiles/.tmux.conf @@ -4,6 +4,9 @@ set -g @plugin 'tmux-plugins/tpm' set -g @plugin 'tmux-plugins/tmux-sensible' set -g @plugin 'tmux-plugins/tmux-net-speed' +set -g @plugin 'tmux-plugins/tmux-resurrect' +set -g @plugin 'tmux-plugins/tmux-continuum' +set -g @resurrect-capture-pane-contents 'on' @@ -15,4 +18,6 @@ set -g status-right "#{net_speed}" # Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf) -run -b '~/.tmux/plugins/tpm/tpm' \ No newline at end of file +run -b '~/.tmux/plugins/tpm/tpm' + +