tmux set mouse mode to off

This commit is contained in:
2018-10-14 03:07:28 +04:00
parent 924390287b
commit 7251a2d53b

View File

@@ -249,7 +249,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 off
# force Vi mode
# really you should export VISUAL or EDITOR environment variable, see manual