From 7dcae3d54939cdacd85a3b2ebb669a415c885cb2 Mon Sep 17 00:00:00 2001 From: Michiel Scholten Date: Sun, 23 Apr 2017 21:19:38 +0200 Subject: [PATCH] mouse-utf8 seems deprecated --- .tmux.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.tmux.conf b/.tmux.conf index d47859d..ea562b9 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -103,12 +103,12 @@ if-shell "if [[ `tmux -V | cut -d' ' -f2` -lt 2.1 ]]; then true; else false; fi" # set mouse on with prefix m bind m \ set -g mouse on \;\ - set -g mouse-utf8 on \;\ + #set -g mouse-utf8 on \;\ display 'Mouse: ON' # set mouse off with prefix M bind M \ set -g mouse off \;\ - set -g mouse-utf8 off \;\ + #set -g mouse-utf8 off \;\ display 'Mouse: OFF' # zoom this pane to full screen bind + \