deal with old tmux complaints
This commit is contained in:
parent
1345a7f9d5
commit
c6caeb07e7
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ set -g status-right "%b %d %Y %l:%M %p"
|
||||||
set -g status-right-length 60
|
set -g status-right-length 60
|
||||||
|
|
||||||
set -g window-status-last-style "fg=${thm_yellow}"
|
set -g window-status-last-style "fg=${thm_yellow}"
|
||||||
set -g pane-border-lines heavy
|
# set -g pane-border-lines heavy # old tmux doesn't have this?
|
||||||
|
|
||||||
active_marker="#[fg=red,bold] λ "
|
active_marker="#[fg=red,bold] λ "
|
||||||
set -g window-status-current-format "#[bg=${thm_bg}]${active_marker}#[fg=green,bold]#W${active_marker}"
|
set -g window-status-current-format "#[bg=${thm_bg}]${active_marker}#[fg=green,bold]#W${active_marker}"
|
||||||
|
|
Loading…
Reference in a new issue