From 7251a2d53b6972fb52de10415376e7f26ee13c8b Mon Sep 17 00:00:00 2001 From: svxf Date: Sun, 14 Oct 2018 03:07:28 +0400 Subject: [PATCH] tmux set mouse mode to off --- .tmux.conf.local | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.tmux.conf.local b/.tmux.conf.local index 2098f64..710bc65 100644 --- a/.tmux.conf.local +++ b/.tmux.conf.local @@ -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