Add balance_window helper methods

This commit is contained in:
Yuki Inoue
2016-04-28 15:17:05 +09:00
parent 3563c3d975
commit 499c5abd83

View File

@@ -105,6 +105,14 @@ select_pane() {
tmuxifier-tmux select-pane -t "$session:$window.$1"
}
balance_windows_vertical() {
tmuxifier-tmux select-layout even-vertical
}
balance_windows_horizontal() {
tmuxifier-tmux select-layout even-horizontal
}
# Send/paste keys to the currently active pane/window.
#
# Arguments: