Skip to content

Commit 67cb832

Browse files
committed
Add pane border status display with index and title at the top of each pane
1 parent c092dd5 commit 67cb832

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.tmux.conf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,8 @@ set -g clock-mode-style 24
7070

7171
set -g pane-border-style "bg=default fg=colour235" # Inactive: slightly lighter than bg
7272
set -g pane-active-border-style "bg=default fg=colour245" # Active: much brighter gray
73+
set -g pane-border-status top
74+
set -g pane-border-format "⋅#{pane_index}⋅ #{pane_title}"
7375

7476
# List of plugins
7577
set -g @plugin 'tmux-plugins/tpm'

0 commit comments

Comments
 (0)