We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c092dd5 commit 67cb832Copy full SHA for 67cb832
.tmux.conf
@@ -70,6 +70,8 @@ set -g clock-mode-style 24
70
71
set -g pane-border-style "bg=default fg=colour235" # Inactive: slightly lighter than bg
72
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}"
75
76
# List of plugins
77
set -g @plugin 'tmux-plugins/tpm'
0 commit comments