Highlight current window for remote tmux
This commit is contained in:
parent
409b4e51ac
commit
f52bfbcfef
|
@ -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 ""
|
||||
|
|
Loading…
Reference in New Issue