From 34067ff64b084237d77a6a20c4673d94d93423fd Mon Sep 17 00:00:00 2001 From: pg Date: Wed, 5 Apr 2023 07:41:40 +0200 Subject: [PATCH] Added Mouse Support and resurrect to TMUX --- .tmux.conf | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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'