Create a new window
tmux_new_windowCreate a window in a target tmux session to support side-by-side collaboration.
Instructions
Create a window in a target session, useful for side-by-side collaboration.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| host | No | SSH host alias (optional). Uses default host if set. | |
| name | No | Optional window name. | |
| target | Yes | Target session (or window) to create the window in, e.g. mysession. | |
| command | No | Optional command to run when the window starts. |