From 94b76b2e3f178795327396ffb04dc3fc412cb507 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Wed, 25 Nov 2020 17:39:11 +0100 Subject: tmux: highlight the active window in status bar --- dotfiles/tmux.conf | 2 ++ 1 file changed, 2 insertions(+) (limited to 'dotfiles/tmux.conf') diff --git a/dotfiles/tmux.conf b/dotfiles/tmux.conf index 9a97d53..0e80c95 100644 --- a/dotfiles/tmux.conf +++ b/dotfiles/tmux.conf @@ -36,5 +36,7 @@ set -g status-right-length 48 set -g status-style fg=colour194,bold,bg=colour23 +set -g window-status-current-style bg=black + # source the machine-specific file if-shell "[ -f ~/.config/tmux_local.conf ]" 'source ~/.config/tmux_local.conf' -- cgit v1.2.3