feat(tmux): enable mouse mode

This commit is contained in:
phoenix 2025-04-17 10:00:00 +01:00
parent 74178d4612
commit 9166563afe

View File

@ -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