remove the utf8 bits that cause issues at each install
This commit is contained in:
parent
089dfe56f2
commit
51537fbdd6
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 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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue