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

mcp.model.SelectPaneArgs

Rust
  • Python Unavailable
  • Ruby Unavailable
  • Lua Unavailable
  • TypeScript Unavailable
  • Rust
  • Go Unavailable
  • Java Unavailable
  • .NET Unavailable
  • C++ Unavailable
  • Swift Unavailable

API reference · Markdown

struct mcp.model.SelectPaneArgs
struct [source]
struct [source]
struct mcp.model.SelectPaneArgs

Arguments for moving focus between panes.

Members

pane

pane : String
attribute [source]
attribute [source]
pane

The %-prefixed pane to select, or to move relative to.

direction

direction : Option<String>
attribute [source]
attribute [source]
direction

Move relative to that pane instead of selecting it.

up, down, left , and right follow the layout, so up selects whatever pane is drawn above. last returns to the previously active pane, and next and previous step through the window's panes in order. Omit to select the named pane itself.

Esc

Type to search.