rootfs/home/andre/.tmux.conf aktualisiert

This commit is contained in:
2026-01-28 08:17:43 +01:00
parent 1cd30dc830
commit 1ec5e48223

View File

@@ -6,9 +6,9 @@ bind S set-window-option synchronize-panes \; display-message "synchronize-panes
set -g status-right "[#{?synchronize-panes,SYNC ON,SYNC OFF}] [%Y-%m-%d %H:%M:%S]" set -g status-right "[#{?synchronize-panes,SYNC ON,SYNC OFF}] [%Y-%m-%d %H:%M:%S]"
# Hintergrundfarbe aller (inaktiven) Panes # Hintergrundfarbe aller (inaktiven) Panes
set -g window-style "bg=black" set -g window-style "bg=colour238"
# Hintergrundfarbe des aktiven Panes # Hintergrundfarbe des aktiven Panes
set -g window-active-style "bg=colour238" set -g window-active-style "bg=black"
set -g history-limit 20000 set -g history-limit 20000