blaues feld aus tmux entfernt

This commit is contained in:
Michael Grote 2020-08-04 12:37:38 +02:00
parent c970010197
commit d1c75fe0b0

View file

@ -33,9 +33,7 @@ set-option -g status-justify left
set-window-option -g window-status-current-format '#I:#W#F' set-window-option -g window-status-current-format '#I:#W#F'
set-window-option -g window-status-format '#I:#W#F' set-window-option -g window-status-format '#I:#W#F'
# Aktive Shell-Fenster visuell hervorheben:
setw -g monitor-activity on
set -g visual-activity on
# Automatische Neu-Nummerierung der Fenster aktivieren: # Automatische Neu-Nummerierung der Fenster aktivieren:
# (Beispielsweise nach dem Schließen eines Fensters) # (Beispielsweise nach dem Schließen eines Fensters)