tmux: fix pane label rendering by simplifying border format

This commit is contained in:
Thomas Naderer
2026-02-21 22:23:47 +01:00
parent 5767108c56
commit 2be5018eaf

View File

@@ -162,7 +162,7 @@ set -g pane-active-border-style "fg=#fabd2f,bold"
# Show pane labels on borders for easier focus tracking
set -g pane-border-status top
set -g pane-border-format "#{?pane_active,#[fg=#282828,bg=#fabd2f,bold] ACTIVE #[default],#[fg=#928374] pane #[default]}#[fg=#ebdbb2] #P #[fg=#928374]| #[fg=#83a598]#{pane_current_command} #[fg=#928374]| #[fg=#bdae93]#{pane_current_path}"
set -g pane-border-format "#[fg=#ebdbb2] #P #[fg=#928374]| #[fg=#83a598]#{pane_current_command} #[fg=#928374]| #[fg=#bdae93]#{pane_current_path}"
# Message styling
set -g message-style "bg=#d79921,fg=#282828,bold"