ConstOptionaloptions: Optional Readonlyafter?: booleanMove the new window to the index after dstWindow (-a).
Optional Readonlybefore?: falseOptional Readonlydetached?: booleanDo not make the new window the current window (-d).
Optional ReadonlydstWindow?: stringDestination window location (-t).
Optional Readonlyformat?: stringFormat for -P output; default #{session_name}:#{window_index}.#{pane_index} (-F).
Optional Readonlyprint?: booleanPrint information about the new window (-P).
Optional ReadonlysrcPane?: stringSource pane to break off (-s).
Optional ReadonlywindowName?: stringName for the new window (-n).
Optional Readonlyafter?: falseOptional Readonlybefore?: booleanMove the new window to the index before dstWindow (-b).
Optional Readonlydetached?: booleanDo not make the new window the current window (-d).
Optional ReadonlydstWindow?: stringDestination window location (-t).
Optional Readonlyformat?: stringFormat for -P output; default #{session_name}:#{window_index}.#{pane_index} (-F).
Optional Readonlyprint?: booleanPrint information about the new window (-P).
Optional ReadonlysrcPane?: stringSource pane to break off (-s).
Optional ReadonlywindowName?: stringName for the new window (-n).
The -P formatted line when { print: true }, otherwise an empty string.
Break a pane off into a new window (
tmux break-pane).