diff --git a/.tmux.conf b/.tmux.conf index 5568b15..6f5f86b 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -5,13 +5,14 @@ bind -r l resize-pane -R 2 #Tmux Plugins set -g @plugin 'tmux-plugins/tpm' +set -g @plugin 'tmux-plugins/tmux-resurrect' set -g @plugin 'dracula/tmux' set -g @dracula-plugins "cpu-usage ram-usage git time" set -g @dracula-day-month true set -g @dracula-show-fahrenheit false set -g @dracula-day-month true - - +#mouse on +set -g mouse on # Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf) run '~/.tmux/plugins/tpm/tpm'