From 9166563afe9226e9789ee08c34f0732ac13e2135 Mon Sep 17 00:00:00 2001 From: phoenix Date: Thu, 17 Apr 2025 10:00:00 +0100 Subject: [PATCH] feat(tmux): enable mouse mode --- config/tmux/tmux.conf.local | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/tmux/tmux.conf.local b/config/tmux/tmux.conf.local index bfab471..ada805b 100644 --- a/config/tmux/tmux.conf.local +++ b/config/tmux/tmux.conf.local @@ -373,7 +373,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