From 2632efb128e95a37cd0f0778a2cef9a52efe598f Mon Sep 17 00:00:00 2001 From: Klesh Wong Date: Wed, 18 Nov 2020 11:52:54 +0800 Subject: [PATCH] [misc] enable tmux mouse --- tmux/tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmux/tmux.conf b/tmux/tmux.conf index 84c912d..3e548e2 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -6,7 +6,7 @@ set -g default-terminal "xterm-256color" set -s escape-time 0 set -g base-index 1 set -g pane-base-index 1 -#set-option -g mouse on +set-option -g mouse on #set-option -g mouse-select-pane on set-option -g display-time 4000