tmux: add indicators for windows with synced/marked panes
This commit is contained in:
parent
418cb5b9c5
commit
521f8df00d
1 changed files with 4 additions and 2 deletions
|
@ -97,13 +97,15 @@ set -g status-right '\
|
||||||
#{?client_prefix,#[fg=brightyellow],#[fg=brightblack]}#{host_short} '
|
#{?client_prefix,#[fg=brightyellow],#[fg=brightblack]}#{host_short} '
|
||||||
|
|
||||||
setw -g window-status-current-format '\
|
setw -g window-status-current-format '\
|
||||||
#{?client_prefix,#[fg=brightyellow],#[fg=cyan]}#{window_index}#{window_flags} \
|
#{?client_prefix,#[fg=brightyellow],#[fg=brightcyan]}#{window_index} \
|
||||||
#[fg=brightblue]#{window_name} \
|
#[fg=brightblue]#{window_name} \
|
||||||
|
#[fg=brightcyan]#{?pane_synchronized, ,}#{?window_marked_flag, ,}\
|
||||||
#[fg=brightblack]'
|
#[fg=brightblack]'
|
||||||
|
|
||||||
setw -g window-status-format '\
|
setw -g window-status-format '\
|
||||||
#{?client_prefix,#[fg=brightyellow],#[fg=brightblack]}#{window_index}#{window_flags} \
|
#{?client_prefix,#[fg=brightyellow],#[fg=brightblack]}#{window_index} \
|
||||||
#[fg=brightblack]#{window_name} \
|
#[fg=brightblack]#{window_name} \
|
||||||
|
#{?pane_synchronized, ,}#{?window_marked_flag, ,}\
|
||||||
#[fg=brightblack]'
|
#[fg=brightblack]'
|
||||||
|
|
||||||
set -g status-justify left
|
set -g status-justify left
|
||||||
|
|
Loading…
Add table
Reference in a new issue