diff --git a/tmux.conf b/tmux.conf index 8c5da86..c37f870 100644 --- a/tmux.conf +++ b/tmux.conf @@ -2,7 +2,7 @@ set -g base-index 1 # Turn on mouse stuff -#set-option -g mouse on +set-option -g mouse on # Turn off automatic window naming set-option -g alllow-rename off @@ -170,6 +170,7 @@ set -g @plugin 'tmux-plugins/tmux-continuum' set -g @plugin 'tmux-plugins/tmux-sessionist' set -g @plugin 'tmux-plugins/tmux-prefix-highlight' set -g @plugin 'tmux-plugins/tmux-logging' +set -g @plugin 'nhdaly/tmux-better-mouse-mode' # Plugin settings here set -g @continuum-restore 'on'