diff --git a/rootfs/home/andre/.tmux.conf b/rootfs/home/andre/.tmux.conf new file mode 100644 index 0000000..ddb9aa4 --- /dev/null +++ b/rootfs/home/andre/.tmux.conf @@ -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