Files
git-sync/rootfs/home/andre/.tmux.conf

15 lines
487 B
Bash

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=colour238"
# Hintergrundfarbe des aktiven Panes
set -g window-active-style "bg=black"
set -g history-limit 20000