From ad07aec0513282c0f2ce8f59c28d6e26a3beda0e Mon Sep 17 00:00:00 2001 From: svxf Date: Sun, 14 Oct 2018 03:51:24 +0400 Subject: [PATCH] revert --- .tmux.conf.local | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.tmux.conf.local b/.tmux.conf.local index 710bc65..2098f64 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 off +set -g mouse on # force Vi mode # really you should export VISUAL or EDITOR environment variable, see manual