From 2efd27b37111ea4bf9f5023369ab6c0c49631456 Mon Sep 17 00:00:00 2001 From: Fernando Schauenburg Date: Tue, 17 Oct 2023 22:15:49 +0200 Subject: [PATCH] tmux: add pane id and separators to status line --- config/tmux/tmux.conf | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/config/tmux/tmux.conf b/config/tmux/tmux.conf index b377dc5..bd7d248 100644 --- a/config/tmux/tmux.conf +++ b/config/tmux/tmux.conf @@ -87,7 +87,12 @@ if-shell 'test "$(uname)" = "Darwin"' \ # set -g status-left ' ' 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 '\ #{?client_prefix,#[fg=brightyellow],#[fg=cyan]}#{window_index}#{window_flags} \