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

split_window

Start a pane’s configured process; accepts no command payload. Create a configured-process pane without accepting command or environment data.

All Swift tools · JSON · Source

Arguments

direction optional · string
Caller-controlled direction.
paneId required · string
Caller-controlled paneId.
startDirectory optional · string
Caller-controlled startDirectory.

Schemas

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

Input schema
{
"additionalProperties": false,
"properties": {
"direction": {
"description": "Caller-controlled direction.",
"enum": [
"right",
"left",
"above",
"below"
],
"type": "string"
},
"paneId": {
"description": "Caller-controlled paneId.",
"type": "string"
},
"startDirectory": {
"description": "Caller-controlled startDirectory.",
"type": "string"
}
},
"required": [
"paneId"
],
"type": "object"
}
Output schema
{
"additionalProperties": false,
"properties": {
"currentCommand": {
"type": "string"
},
"currentPath": {
"type": "string"
},
"height": {
"type": "integer"
},
"id": {
"type": "string"
},
"index": {
"type": "integer"
},
"isActive": {
"type": "boolean"
},
"isAtBottom": {
"type": "boolean"
},
"isAtLeft": {
"type": "boolean"
},
"isAtRight": {
"type": "boolean"
},
"isAtTop": {
"type": "boolean"
},
"isDead": {
"type": "boolean"
},
"isSynchronized": {
"type": "boolean"
},
"modeCount": {
"type": "integer"
},
"ref": {
"type": "string"
},
"width": {
"type": "integer"
},
"windowID": {
"type": "string"
}
},
"required": [
"currentCommand",
"currentPath",
"height",
"id",
"index",
"isActive",
"isAtBottom",
"isAtLeft",
"isAtRight",
"isAtTop",
"isDead",
"isSynchronized",
"modeCount",
"ref",
"width",
"windowID"
],
"type": "object"
}
Tool annotations
{
"destructiveHint": true,
"idempotentHint": false,
"openWorldHint": true,
"readOnlyHint": false,
"title": "Split window"
}
Esc

Type to search.