[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
This commit is contained in:
Nick Nisi
2012-08-21 15:38:58 -05:00
parent 0edd6c9570
commit c8c9ce1f50

View File

@@ -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