commit a66cbc4a97b830b3bdc00cb05b927e83665c7c7f (patch)
parent cdc883a2220579609e4f592ed7d1b35f59cb0e80
Author: Alexander Karle <akarle@umass.edu>
Date: Tue, 27 Feb 2018 23:50:16 -0500
Adding mouse back to tmux for resizing panes
Diffstat:
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/tmux.conf b/tmux.conf
@@ -31,6 +31,9 @@ set-window-option -g mode-keys vi
bind-key -T copy-mode-vi 'v' send -X begin-selection
bind-key -T copy-mode-vi 'y' send -X copy-selection-and-cancel
+# Set mouse on for scrolling / pane selection and resizing
+set -g mouse on
+
# set window and pane numbering to start at 1
set -g base-index 1
set -g pane-base-index 1