tmux: add pane id and separators to status line

This commit is contained in:
Fernando Schauenburg 2023-10-17 22:15:49 +02:00
parent 39d2d7c397
commit 2efd27b371

View file

@ -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} \