Added Mouse Support and resurrect to TMUX
This commit is contained in:
parent
92917898bd
commit
34067ff64b
|
|
@ -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'
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue