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