[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:
@@ -54,6 +54,9 @@ set -g visual-activity off
|
|||||||
bind | split-window -h
|
bind | split-window -h
|
||||||
bind - split-window -v
|
bind - split-window -v
|
||||||
|
|
||||||
|
# synchronize all panes in a window
|
||||||
|
bind z setw synchronize-panes
|
||||||
|
|
||||||
# pane movement shortcuts
|
# pane movement shortcuts
|
||||||
bind h select-pane -L
|
bind h select-pane -L
|
||||||
bind j select-pane -D
|
bind j select-pane -D
|
||||||
|
|||||||
Reference in New Issue
Block a user