This commit is contained in:
2021-09-01 11:14:24 -04:00
parent e2d69a20f1
commit 606a490fe7
4 changed files with 13 additions and 11 deletions

View File

@@ -3,5 +3,7 @@ set -g mouse on
set-window-option -g xterm-keys on
setw -g aggressive-resize on
bind-key C-a set-window-option synchronize-panes\; display-message "synchronize-panes is now #{?pane_synchronized,on,off}"
#setw -g synchronize-panes on
bind C-x setw synchronize-panes
setw -g window-status-current-format '#{?pane_synchronized,#[bg=red],}#I:#W'
setw -g window-status-format '#{?pane_synchronized,#[bg=red],}#I:#W'