plan.ops.panes.SplitWindow.horizontal
Rust
- Python Unavailable
- TypeScript Unavailable
- Rust
- Go Unavailable
- Java Unavailable
- .NET Unavailable
- C++ Unavailable
- Swift Unavailable
- Module
- plan.ops.panes
- Declared in
- SplitWindow
- Package
- libtmux
- Source
- crates/libtmux/src/plan/ops/panes.rs
-
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()isRight, notLeft. Either setter, in either order, leaves one of the four positions and never a mix of two.
0 declared, 0 inherited