From 7fab0cd522bd242a4ff46a8f9d0bcfb43ae3fdd4 Mon Sep 17 00:00:00 2001 From: Chun Li <chunli.developer@gmail.com> Date: Thu, 16 Jun 2016 14:28:05 -0400 Subject: [PATCH] Removing mouse-utf8 option from tmux config as per removal in tmux 2.2 --- tmux.conf | 1 - 1 file changed, 1 deletion(-) diff --git a/tmux.conf b/tmux.conf index a6d8d30..4aef5e1 100644 --- a/tmux.conf +++ b/tmux.conf @@ -11,7 +11,6 @@ bind-key R source-file ~/.tmux.conf \; display-message "tmux.conf reloaded." setw -g mode-keys vi # mouse behavior -set -g mouse-utf8 on set -g mouse on set-option -g default-terminal screen-256color -- GitLab