rootfs/home/andre/.tmux.conf hinzugefügt

This commit is contained in:
2025-11-30 12:30:52 +01:00
parent 5d65c3160c
commit 6d16a94cfb

View File

@@ -0,0 +1,14 @@
set -g mouse on
# Synchronize panes toggle
bind S set-window-option synchronize-panes \; display-message "synchronize-panes: #{?synchronize-panes,on,off}"
# Statusbar-Farbe ändert sich, wenn synchronize-panes aktiv ist
set -g status-right "[#{?synchronize-panes,SYNC ON,SYNC OFF}] [%Y-%m-%d %H:%M:%S]"
# Hintergrundfarbe aller (inaktiven) Panes
set -g window-style "bg=black"
# Hintergrundfarbe des aktiven Panes
set -g window-active-style "bg=colour238"
set -g history-limit 20000