Prerelease This site documents an alpha of libtmux. Its structure, URLs and APIs are subject to change.

respawn_pane

Start a pane’s configured process; accepts no command payload. Kills the pane’s current process and starts its configured process again.

All Go tools · JSON · Source

Arguments

pane_id required · string
the pane id, such as %1
start_directory optional · string
an absolute literal start directory

Schemas

The schema defines required fields, nested values, defaults, and validation constraints.

Input schema
{
"additionalProperties": false,
"properties": {
"pane_id": {
"description": "the pane id, such as %1",
"type": "string"
},
"start_directory": {
"description": "an absolute literal start directory",
"type": "string"
}
},
"required": [
"pane_id"
],
"type": "object"
}
Output schema
{
"additionalProperties": false,
"properties": {
"gone": {
"type": "boolean"
},
"paneId": {
"type": "string"
}
},
"required": [
"paneId"
],
"type": "object"
}
Tool annotations
{
"destructiveHint": true,
"openWorldHint": true,
"title": "Respawn a pane"
}
Esc

Type to search.