libtmux Reference MCP Search
On this page

LibTmux.MovePaneRequest.MovePaneRequest

View as Markdown

Module
LibTmux
Declared in
MovePaneRequest
Package
LibTmux
Source
src/LibTmux/Requests/MovePaneRequest.cs
MovePaneRequest ( target : string , direction : PaneDirection , size : string? , detach : bool , fullWindow : bool , before : bool )
method [source]
method [source]
MovePaneRequest

Initializes a pane-move request.

Parameters
  • target ( string ) – The pane or window to move against.

  • direction ( PaneDirection ) – Which side of the target the pane lands on.

  • size ( string? ) – The size in cells or as a percentage.

  • detach ( bool ) – Whether the moved pane is left unselected.

  • fullWindow ( bool ) – Whether the split spans the whole window.

  • before ( bool ) – Whether the pane lands before the target.

Raises

0 declared, 0 inherited

Esc

Type to search.