1
0
forked from x/ContextOS
This commit is contained in:
shaoying 2020-04-05 15:59:53 +08:00
parent b993d99a37
commit 047a9e785c

View File

@ -33,7 +33,7 @@ set -g status-right "#[bg=red]\ [#(date '+%Y-%m-%d %H:%M:%S')]\ "
set -g status-right-length 60
set -gw window-status-separator ""
set -gw window-status-format "#[fg=blue]\ [#I:#W.#{pane_index}#F]\ "
set -gw window-status-format "#[bg=blue fg=white]\ [#I:#W.#{pane_index}#F]\ "
set -gw window-status-current-format "#[bg=red fg=white]\ [#I:#W.#{pane_index}#F#{?pane_in_mode,COPY,}]\ "
# }}}