Added Mouse Support and resurrect to TMUX

This commit is contained in:
pg 2023-04-05 07:41:40 +02:00
parent 92917898bd
commit 34067ff64b
1 changed files with 3 additions and 2 deletions

View File

@ -5,13 +5,14 @@ bind -r l resize-pane -R 2
#Tmux Plugins #Tmux Plugins
set -g @plugin 'tmux-plugins/tpm' set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'tmux-plugins/tmux-resurrect'
set -g @plugin 'dracula/tmux' set -g @plugin 'dracula/tmux'
set -g @dracula-plugins "cpu-usage ram-usage git time" set -g @dracula-plugins "cpu-usage ram-usage git time"
set -g @dracula-day-month true set -g @dracula-day-month true
set -g @dracula-show-fahrenheit false set -g @dracula-show-fahrenheit false
set -g @dracula-day-month true 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) # Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf)
run '~/.tmux/plugins/tpm/tpm' run '~/.tmux/plugins/tpm/tpm'