rootfs/home/andre/.tmux.conf hinzugefügt
This commit is contained in:
14
rootfs/home/andre/.tmux.conf
Normal file
14
rootfs/home/andre/.tmux.conf
Normal 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
|
||||||
Reference in New Issue
Block a user