Leerzeilen entfernt

This commit is contained in:
Michael Grote 2021-03-29 12:30:08 +02:00
parent 75e62d00e0
commit eab2d78c04

View file

@ -5,7 +5,6 @@ set-window-option -g mouse # Maus-Unterstützun
set-option -g default-terminal screen-256color # Farb-Optionen für Shell-Fenster set-option -g default-terminal screen-256color # Farb-Optionen für Shell-Fenster
set-option -g history-limit 10000 # Anzahl an History-Einträgen auf 10000 erhöhen set-option -g history-limit 10000 # Anzahl an History-Einträgen auf 10000 erhöhen
set-option -g monitor-activity off # Deaktiviere "Markierung" aktiver Fenster set-option -g monitor-activity off # Deaktiviere "Markierung" aktiver Fenster
#------------ Buttons ------------# #------------ Buttons ------------#
bind | split-window -h # Vertikal splitten bind | split-window -h # Vertikal splitten
bind - split-window -v # Horizontal splitten bind - split-window -v # Horizontal splitten
@ -21,7 +20,6 @@ set-option -g status-position top # position the statu
set-window-option -g window-status-current-format '#I:#W*' # Fensterauflistungsanzeige #i= index of windows; #w = name of window; * zeigt das aktive fenster set-window-option -g window-status-current-format '#I:#W*' # Fensterauflistungsanzeige #i= index of windows; #w = name of window; * zeigt das aktive fenster
set-window-option -g window-status-format '#I:#W' # Fensterauflistungsanzeige set-window-option -g window-status-format '#I:#W' # Fensterauflistungsanzeige
set-option -g status-style fg=yellow,bg=black # default statusbar colors, yellow and base02 set-option -g status-style fg=yellow,bg=black # default statusbar colors, yellow and base02
#------------ panes/windows ------------# #------------ panes/windows ------------#
set-option -g set-titles on # automatically set window titles so you know what's going on set-option -g set-titles on # automatically set window titles so you know what's going on
set-option -g renumber-windows on # Automatische Neu-Nummerierung der Fenster aktivieren; Beispielsweise nach dem Schließen eines Fensters set-option -g renumber-windows on # Automatische Neu-Nummerierung der Fenster aktivieren; Beispielsweise nach dem Schließen eines Fensters