tmux: synchronize-panes

This commit is contained in:
John Bowdre 2022-11-29 11:04:25 -06:00
parent abe7ba3106
commit a2266f6e6e

View file

@ -65,6 +65,9 @@ bind -r Down resize-pane -D 5
bind > swap-pane -D
bind < swap-pane -U
# synchronize panes with S
bind S set-window-option synchronize-panes \; display-message 'Synchronize-panes #{?pane_synchronized,on,off}'
## WINDOWS
# Windows start at 1 not 0
set -g base-index 1
@ -108,4 +111,4 @@ set-option -g display-panes-colour brightred
set-window-option -g clock-mode-colour brightgreen
# bell
set-window-option -g window-status-bell-style fg=black,bg=red
set-window-option -g window-status-bell-style fg=black,bg=red