plan.ops.panes.SplitWindow
Rust
- Python Unavailable
- Ruby Unavailable
- Lua Unavailable
- TypeScript Unavailable
- Rust
- Go Unavailable
- Java Unavailable
- .NET Unavailable
- C++ Unavailable
- Swift Unavailable
- Module
- plan.ops.panes
- Package
- libtmux
- Source
- crates/libtmux/src/plan/ops/panes.rs
-
Split a window, making a pane.
7 declared, 0 inherited
Members
- direction method Put the new pane on this side of the one being divided.
- command method Run this instead of a shell in the new pane.
- environment method Set a variable in the new pane's environment before it starts.
- focus method Leave the new pane focused.
- horizontal method Split side by side rather than one above the other.
- new method Split this window, leaving the new pane unfocused.
- start_directory method Start the new pane in this directory.