From 5a59dcb89cc3730ba2232dfadce11e25d40a97af Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Fri, 1 May 2020 12:10:37 +1200 Subject: [PATCH] enable mouse --- .tmux.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.tmux.conf b/.tmux.conf index f5bf78f..77d9ea8 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -9,6 +9,8 @@ bind-key 0 select-window -t :=10 set-option -g status-bg black set-option -g status-fg white +set-option -g mouse on + set-option -g aggressive-resize on # if a session is killed, kill the client -- 2.39.2