From c8c9ce1f50ab03bf4073a3d5073038a8e572195b Mon Sep 17 00:00:00 2001 From: Nick Nisi Date: Tue, 21 Aug 2012 15:38:58 -0500 Subject: [PATCH] [tmux] added shortcut for synchronize-panes: z This allows syncing each pane in a given window so that you can send the same commands to each pane --- tmux/tmux.conf.symlink | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tmux/tmux.conf.symlink b/tmux/tmux.conf.symlink index 5574a42..7d1c91f 100644 --- a/tmux/tmux.conf.symlink +++ b/tmux/tmux.conf.symlink @@ -54,6 +54,9 @@ set -g visual-activity off bind | split-window -h bind - split-window -v +# synchronize all panes in a window +bind z setw synchronize-panes + # pane movement shortcuts bind h select-pane -L bind j select-pane -D