Add synchronize helper methods

This commit is contained in:
Yuki Inoue
2016-05-09 12:34:48 +09:00
parent 7aeeaf31d1
commit 9bcfbd3428

View File

@@ -113,6 +113,14 @@ balance_windows_horizontal() {
tmuxifier-tmux select-layout even-horizontal tmuxifier-tmux select-layout even-horizontal
} }
synchronize_on() {
tmuxifier-tmux set-window-option synchronize-panes on
}
synchronize_off() {
tmuxifier-tmux set-window-option synchronize-panes off
}
# Send/paste keys to the currently active pane/window. # Send/paste keys to the currently active pane/window.
# #
# Arguments: # Arguments: