From e737b45307085916c5865d9261679cb9061a87ef Mon Sep 17 00:00:00 2001 From: Alexander Wainwright Date: Tue, 16 Dec 2025 12:56:48 +1000 Subject: [PATCH] Enable mouse in tmux --- alex/tmux/tmux.conf.local | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alex/tmux/tmux.conf.local b/alex/tmux/tmux.conf.local index b87b5a2..89fa45e 100644 --- a/alex/tmux/tmux.conf.local +++ b/alex/tmux/tmux.conf.local @@ -379,7 +379,7 @@ tmux_conf_urlscan_options="--compact --dedupe" #set -g history-limit 10000 # start with mouse mode enabled -#set -g mouse on +set -g mouse on # force Vi mode # really you should export VISUAL or EDITOR environment variable, see manual