From 6caccc94b0a8f82e2e0d86dbd13345fdce9f3d38 Mon Sep 17 00:00:00 2001 From: dmahacker Date: Thu, 23 May 2024 10:10:16 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A5mouse=E6=A8=A1=E5=BC=8F=E5=88=9D?= =?UTF-8?q?=E5=A7=8B=E5=8C=96tmux?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .tmux.conf.local | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.tmux.conf.local b/.tmux.conf.local index e4925c9..9d3f61e 100644 --- a/.tmux.conf.local +++ b/.tmux.conf.local @@ -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