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

plan.ops.panes.SplitWindow.horizontal

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

View as Markdown

Module
plan.ops.panes
Declared in
SplitWindow
Package
libtmux
Source
crates/libtmux/src/plan/ops/panes.rs
horizontal ( self ) → Self
method [source]
method [source]
horizontal

Split side by side rather than one above the other.

Exactly SplitDirection::Right , and defined as it so the two cannot disagree. Kept because it is the spelling this operation shipped with.

It sets the side as well as the axis, so it is the whole position rather than half of one: direction(Above).horizontal() is Right, not Left. Either setter, in either order, leaves one of the four positions and never a mix of two.

0 declared, 0 inherited

Esc

Type to search.