tmux: add pane id and separators to status line
This commit is contained in:
parent
39d2d7c397
commit
2efd27b371
1 changed files with 6 additions and 1 deletions
|
@ -87,7 +87,12 @@ if-shell 'test "$(uname)" = "Darwin"' \
|
||||||
#
|
#
|
||||||
set -g status-left ' '
|
set -g status-left ' '
|
||||||
set -g status-right '\
|
set -g status-right '\
|
||||||
#{?client_prefix,#[fg=brightyellow],#[fg=brightblack]} #{session_name} @ #{host_short}'
|
#[fg=brightblack] \
|
||||||
|
#{?client_prefix,#[fg=brightyellow],#[fg=brightblack]}#{pane_id}\
|
||||||
|
#[fg=brightblack] \
|
||||||
|
#{?client_prefix,#[fg=brightyellow],#[fg=brightblack]}#{session_name}\
|
||||||
|
#[fg=brightblack] \
|
||||||
|
#{?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=cyan]}#{window_index}#{window_flags} \
|
||||||
|
|
Loading…
Add table
Reference in a new issue