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