[tmux] Add shortcut to synchronize panes back at y

This commit is contained in:
Nick Nisi
2013-09-28 08:05:01 -05:00
parent 0811c9de93
commit dbfa980c67

View File

@@ -57,7 +57,7 @@ bind | split-window -h
bind - split-window -v
# synchronize all panes in a window
# bind z setw synchronize-panes
bind y setw synchronize-panes
# pane movement shortcuts
bind h select-pane -L