From 50f3de1cfa28a228eb671725802043a0a054f364 Mon Sep 17 00:00:00 2001 From: Alpha Chen Date: Wed, 30 Dec 2020 10:59:29 -0800 Subject: [PATCH] [tmux] enable mouse --- .tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.tmux.conf b/.tmux.conf index 3431e15..0304512 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-window-option -g mouse off +set -g mouse on # copy and paste set-window-option -g mode-keys vi