From 951898c80c0418befbdf86b464aa85bbc52563f5 Mon Sep 17 00:00:00 2001 From: steveokard Date: Tue, 28 Aug 2018 10:17:27 -0400 Subject: [PATCH] removed ut8 line as it is not compatible with ubuntu 18.04 --- tmux/.tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index eabd837..e6ad544 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -30,7 +30,7 @@ set-option -g renumber-windows on setw -g monitor-activity on set -g visual-activity on #set -g status-justify centre -set -g status-utf8 on +#set -g status-utf8 on # start with window 1 (instead of 0) set -g base-index 1