mirror of
https://github.com/jimeh/tmuxifier.git
synced 2026-02-19 01:46:40 +00:00
Add synchronize helper methods
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user