From 41a1b89343eaedd33e3b36d1a5509957a2177ad8 Mon Sep 17 00:00:00 2001 From: Skladnayazebra Date: Thu, 23 Oct 2025 17:24:33 +0200 Subject: add current window highlight in status bar --- tmux/tmux.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tmux/tmux.conf b/tmux/tmux.conf index c8dae55..d392c09 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -17,3 +17,5 @@ bind-key j select-pane -D bind-key k select-pane -U bind-key l select-pane -R +set-window-option -g window-status-current-style 'bg=magenta' +set-window-option -g window-status-current-format ' #I:#W ' -- cgit v1.3.1