From 8e80e2c11308c46d0fbbbc7cf8b40c7a3fdac120 Mon Sep 17 00:00:00 2001 From: Buddy Sandidge Date: Mon, 15 May 2017 12:41:42 -0700 Subject: [PATCH] add mouse support to tmux --- tmux.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tmux.conf b/tmux.conf index ad2724b..95087a9 100644 --- a/tmux.conf +++ b/tmux.conf @@ -22,6 +22,8 @@ set -g status-right "#[fg=colour75]%F %l:%M%P" #colour75 is an awesome blue setw -g monitor-activity on set -g visual-activity on +set-option -g mouse on + ################################################################################ # Colors ################################################################################