From 065569b23c2ef67e0985b9c058e3b56e31158c2c Mon Sep 17 00:00:00 2001 From: Andrei Stoica Date: Wed, 7 Jun 2023 04:27:23 -0400 Subject: [PATCH] broadcast bindings --- .tmux.conf##os.Linux,hostname.tower | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.tmux.conf##os.Linux,hostname.tower b/.tmux.conf##os.Linux,hostname.tower index 9aa94b5..1f35288 100644 --- a/.tmux.conf##os.Linux,hostname.tower +++ b/.tmux.conf##os.Linux,hostname.tower @@ -18,6 +18,12 @@ unbind '"' bind | split-window -h bind - split-window -v +# broadcast to panes +unbind b +unbind B +bind b setw synchronize-panes on +bind B setw synchronize-panes off + # status bar set -g status-right '%H:%m %d-%b-%y '