tmux/window
This commit is contained in:
parent
79151b9d9a
commit
5ead655410
1 changed files with 2 additions and 2 deletions
|
@ -100,7 +100,7 @@ set-option -g status-format[1] '\
|
||||||
#{P:\
|
#{P:\
|
||||||
#{?pane_active,#[fg=green],#[fg=default]}\
|
#{?pane_active,#[fg=green],#[fg=default]}\
|
||||||
\
|
\
|
||||||
#{pane_index}\
|
#{window_index}.#{pane_index}\
|
||||||
\
|
\
|
||||||
#{pane_current_command}\
|
#{pane_current_command}\
|
||||||
\
|
\
|
||||||
|
@ -118,7 +118,7 @@ set-option -g status-format[2] '\
|
||||||
#{?window_active,#[fg=green],\
|
#{?window_active,#[fg=green],\
|
||||||
#{?window_activity_flag,#[fg=red],#[fg=default]}}\
|
#{?window_activity_flag,#[fg=red],#[fg=default]}}\
|
||||||
\
|
\
|
||||||
#{window_index}▸#{window_panes}\
|
#{window_index}\
|
||||||
\
|
\
|
||||||
#{window_name}\
|
#{window_name}\
|
||||||
\
|
\
|
||||||
|
|
Loading…
Reference in a new issue