From 6c1105d020e81922f01192fa8e68998788eaab91 Mon Sep 17 00:00:00 2001 From: Mathieu Maret Date: Wed, 4 May 2016 00:30:30 +0200 Subject: [PATCH] [tmux]Remove status-utf8 option: not necessary anymore --- .tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.tmux.conf b/.tmux.conf index 7ff60f5..8d0fe6f 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -57,7 +57,7 @@ setw -g monitor-activity on bind C-j previous-window bind C-k next-window -set-option -g status-utf8 on +#set-option -g status-utf8 on set-option -g status-justify left set-option -g status-bg black set-option -g status-fg white