From f52bfbcfef1073ba122b1670d0d596873d4cb3e0 Mon Sep 17 00:00:00 2001 From: Gardouille Date: Thu, 7 Nov 2019 11:42:58 +0100 Subject: [PATCH] Highlight current window for remote tmux --- tmux.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tmux.conf b/tmux.conf index 531e52c..55791d2 100644 --- a/tmux.conf +++ b/tmux.conf @@ -46,6 +46,10 @@ set-option -g history-limit 10000 # Centrer la liste des terminaux #set -g status-justify centre +# Status line style for the currently active window +## BackGround, ForeGround and attribut +set -g window-status-current-style bg=black,dim,fg="${lightgreen}",bold + # Partie gauche de la barre # vide set -g status-left ""