From cbb1f3f3ecb43f0aa0253d495f04c859d644a4b6 Mon Sep 17 00:00:00 2001 From: Hyacinthe Cartiaux Date: Tue, 19 Mar 2024 00:46:56 +0100 Subject: [PATCH] [tmux] Compatibility with tmux versions >3 --- tmux/tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmux/tmux.conf b/tmux/tmux.conf index 0a5791f..54ced0f 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -48,4 +48,4 @@ bind-key a send-prefix # Highlight active window -set-window-option -g window-status-current-bg red +set-window-option -g window-status-current-style bg=red