Enable mouse in tmux

This commit is contained in:
Alexander Wainwright
2025-12-16 12:56:48 +10:00
parent 341fd1057e
commit c8027e8f82

View File

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