Add select_window layout helper

This commit is contained in:
2012-04-25 23:25:07 +01:00
parent 00a4f586b3
commit 5c27adf396

View File

@@ -25,6 +25,15 @@ new_window() {
eval "tmux new-window -t \"$session:\" $winarg $command"
}
# Select a specific window.
#
# Arguments:
# - $1: Window ID or name to select.
#
select_window() {
tmux select-window -t "$session:$1"
}
# Load specified window layout.
#
# Arguments: