remove the utf8 bits that cause issues at each install

This commit is contained in:
Andrew Holland 2017-10-05 14:06:02 +03:00
parent 089dfe56f2
commit 51537fbdd6

View file

@ -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"