From 97e920084184337d32aee95f46c1527c18ae8bc4 Mon Sep 17 00:00:00 2001 From: Anthony Perkins Date: Thu, 8 Sep 2022 10:17:41 +0100 Subject: [PATCH] Enable mouse in tmux --- roles/home-cli/files/tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/home-cli/files/tmux.conf b/roles/home-cli/files/tmux.conf index 61940aa..b3dabaa 100644 --- a/roles/home-cli/files/tmux.conf +++ b/roles/home-cli/files/tmux.conf @@ -7,7 +7,7 @@ set-option -g base-index 1 set-option -g default-command "$SHELL" set-option -g default-terminal "xterm-256color" set-option -g display-panes-time 5000 -set-option -g mouse off +set-option -g mouse on set-option -g pane-base-index 1 set-option -g status-right '' set-option -gq terminal-features "256:utf-8"