以mouse模式初始化tmux

This commit is contained in:
dmahacker 2024-05-23 10:10:16 +08:00
parent 2bc4a0ded8
commit 6caccc94b0

View File

@ -356,7 +356,7 @@ tmux_conf_copy_to_os_clipboard=false
#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