ConstOptionaloptions: {Optional Readonlybefore?: booleanMove the source pane to the left of or above the target pane (-b).
Optional Readonlydetached?: booleanDo not make the moved pane the active pane (-d).
Optional Readonlyfull?: booleanSpan the full window height or width instead of the target size (-f).
Optional Readonlyhorizontal?: booleanSplit horizontally (left/right) instead of vertically (-h).
Optional Readonlysize?: string | numberSize in lines/columns, or a percentage string ending in % (-l).
Optional ReadonlysourcePane?: stringSource pane to move; defaults to the marked pane (-s).
Optional ReadonlytargetPane?: stringDestination pane to move into (-t).
Optional Readonlyvertical?: booleanSplit vertically (top/bottom); the default (-v).
An empty string on success.
Move a pane into another window (
tmux move-pane).