From 264cb189479aa4473ecdf3b1a8a269873478e78b Mon Sep 17 00:00:00 2001 From: Alpha Chen Date: Mon, 4 Oct 2021 21:26:19 -0700 Subject: [PATCH] [tmux] disable mouse --- .tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.tmux.conf b/.tmux.conf index 0304512..234eabd 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -16,7 +16,7 @@ set-option -g set-titles-string "[#S] #I:#W" set-option -g automatic-rename on ## mouse -set -g mouse on +# set -g mouse on # copy and paste set-window-option -g mode-keys vi