From dc06d87a2e70258f824ce9f8900d73ce4b64c369 Mon Sep 17 00:00:00 2001 From: Andrew Holland Date: Fri, 6 Oct 2017 10:33:31 +0300 Subject: [PATCH] Remove the utf8 items that block startup --- tmux.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tmux.conf b/tmux.conf index bf8af56..5e53968 100644 --- a/tmux.conf +++ b/tmux.conf @@ -38,7 +38,7 @@ bind -r L resize-pane -R 5 bind -r I resize-pane -U 5 bind -r M resize-pane -D 5 -set -g mouse-utf8 on +#set -g mouse-utf8 on set -g mouse on #mouse select-resize #set -g mouse-select-pane on @@ -69,7 +69,7 @@ set -g message-fg colour252 # #(shell command result line 1) #[colorchangestuffs] -set -g status-utf8 on +#set -g status-utf8 on set -g status-left "#[fg=colour83]#S ไท€#[bg=colour22]#I#[bg=colour156,fg=colour20]๐•ก#P#[fg=colour150,bg=colour55] โ‰‹ #W" set -g status-left-length 40 set -g status-right "%Y/%m/%e %H:%M %Z"