From 7fc599572f7649abb417760c3b25d72c0b0d23b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D0=BD=D1=82=D0=BE=D0=BD=20=D0=A8=D0=B0=D0=BB=D0=B8?= =?UTF-8?q?=D0=BC=D0=BE=D0=B2?= Date: Wed, 18 Jun 2025 21:46:24 +0300 Subject: [PATCH] Add preventive window names in status bar --- tmux/.tmux.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index 6122d49..464deb8 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -31,6 +31,10 @@ bind-key -T copy-mode-vi v send-keys -X begin-selection bind-key -T copy-mode-vi C-v send-keys -X rectangle-toggle bind-key -T copy-mode-vi y send-keys -X copy-selection-and-cancel +# Theme +set -g window-status-format "#I:#W" # Index and Name +set -g window-status-current-format "#I:#W" # Current window + # Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf) run '~/.tmux/plugins/tpm/tpm'