Remove the utf8 items that block startup
This commit is contained in:
parent
f6293286d4
commit
dc06d87a2e
1 changed files with 2 additions and 2 deletions
|
|
@ -38,7 +38,7 @@ bind -r L resize-pane -R 5
|
||||||
bind -r I resize-pane -U 5
|
bind -r I resize-pane -U 5
|
||||||
bind -r M resize-pane -D 5
|
bind -r M resize-pane -D 5
|
||||||
|
|
||||||
set -g mouse-utf8 on
|
#set -g mouse-utf8 on
|
||||||
set -g mouse on
|
set -g mouse on
|
||||||
#mouse select-resize
|
#mouse select-resize
|
||||||
#set -g mouse-select-pane on
|
#set -g mouse-select-pane on
|
||||||
|
|
@ -69,7 +69,7 @@ set -g message-fg colour252
|
||||||
# #(shell command result line 1)
|
# #(shell command result line 1)
|
||||||
#[colorchangestuffs]
|
#[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 "#[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-left-length 40
|
||||||
set -g status-right "%Y/%m/%e %H:%M %Z"
|
set -g status-right "%Y/%m/%e %H:%M %Z"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue