ConstOptionaloptions: {Optional ReadonlyclearMarked?: booleanClear the marked pane (-M).
Optional ReadonlydisableInput?: booleanDisable input to the pane (-d).
Optional Readonlydown?: booleanSelect the pane below the target pane (-D).
Optional ReadonlyenableInput?: booleanEnable input to the pane (-e).
Optional ReadonlykeepZoomed?: booleanKeep the window zoomed if it was zoomed (-Z).
Optional Readonlylast?: booleanSelect the last (previously active) pane (-l).
Optional Readonlyleft?: booleanSelect the pane to the left of the target pane (-L).
Optional Readonlymark?: booleanMark the target pane (-m).
Optional Readonlyright?: booleanSelect the pane to the right of the target pane (-R).
Optional ReadonlytargetPane?: stringTarget pane to make active (-t).
Optional Readonlytitle?: stringSet the pane title (-T).
Optional Readonlyup?: booleanSelect the pane above the target pane (-U).
An empty string on success.
Select a pane, or change pane state (
tmux select-pane).