summaryrefslogtreecommitdiff
path: root/tmux/tmux.conf
diff options
context:
space:
mode:
authorSkladnayazebra <skladnayazebra@gmail.com>2025-10-23 17:24:33 +0200
committerSkladnayazebra <skladnayazebra@gmail.com>2025-10-23 17:24:33 +0200
commit41a1b89343eaedd33e3b36d1a5509957a2177ad8 (patch)
tree6ab880d8de8ee64595076ccce86b09e3d35dadff /tmux/tmux.conf
parent3b9537c7d446235c1911ccd582bfe34a0c010f29 (diff)
add current window highlight in status bar
Diffstat (limited to 'tmux/tmux.conf')
-rw-r--r--tmux/tmux.conf2
1 files changed, 2 insertions, 0 deletions
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 '