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

LibTmux.SwapPaneRequest

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

View as Markdown

Module
LibTmux
Package
LibTmux
Source
src/LibTmux/Requests/SwapPaneRequest.cs
struct LibTmux.SwapPaneRequest
struct [source]
struct [source]
struct LibTmux.SwapPaneRequest

Describes one swap-pane invocation.

tmux replaces a named source with the neighbour whenever a direction is given, so sending both would quietly drop the name.

5 declared, 0 inherited

Members

  • Detach property Gets whether the swapped pane is left unselected.
  • Direction property Gets the neighbour to swap with instead.
  • KeepZoom property Gets whether a zoomed pane stays zoomed.
  • Target property Gets the pane to swap with.
  • ToCommand method Returns a pane-swap request as one tmux command.
Esc

Type to search.