From c7bf08be70d3e96625f907b494f194d00f22d2dc Mon Sep 17 00:00:00 2001 From: "David Todd (c0de)" Date: Mon, 15 Oct 2018 22:22:52 -0500 Subject: [PATCH] Add Better Mouse Mode tmux plugin --- tmux.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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'