From 60f3524a06f1cfb3fb750323fefacc7ee401bcd1 Mon Sep 17 00:00:00 2001 From: Haak Saxberg Date: Wed, 2 Dec 2015 16:02:21 -0800 Subject: [PATCH] update tmux conf for 1.9 --- tmux-files/tmux.conf | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/tmux-files/tmux.conf b/tmux-files/tmux.conf index bc3a102..2fff19c 100644 --- a/tmux-files/tmux.conf +++ b/tmux-files/tmux.conf @@ -30,10 +30,8 @@ set-option -g set-titles on set-option -g set-titles-string '[#S:#I #H] #W' # mouse mode -set -g mode-mouse on -set -g mouse-resize-pane on -set -g mouse-select-pane on -set -g mouse-select-window on +set -g mouse-utf8 on +set -g mouse on # big scrollback set -g history-limit 10240