From 2686d1dd5c052162c0e967c5cb37a70df19fc7f5 Mon Sep 17 00:00:00 2001 From: Ryan Kavanagh Date: Sun, 24 Apr 2016 11:56:02 -0400 Subject: Drop mouse-utf8 & status-utf8 from .tmux.conf; automatically detected in tmux 2.2 --- .tmux.conf | 2 -- 1 file changed, 2 deletions(-) diff --git a/.tmux.conf b/.tmux.conf index 0e0d73e..2889621 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -13,7 +13,6 @@ bind t send-prefix bind C-t send-prefix # Enable the mouse -set -g mouse-utf8 on set -g mouse on set -g set-titles on @@ -41,7 +40,6 @@ set -g status-keys emacs # Powerline: set-option -g status on set-option -g status-interval 2 -set-option -g status-utf8 on set-option -g status-justify "centre" set-option -g status-left-length 100 set-option -g status-right-length 100 -- cgit v1.2.3