libtmux Reference MCP Search
On this page

window.SplitOptions

View as Markdown

Module
window
Package
libtmux
Source
crates/libtmux/src/window.rs
struct window.SplitOptions
structoverload [source]
structoverload [source]
struct window.SplitOptions

9 declared, 0 inherited

Members

  • command method Run a command instead of the default shell.
  • environment method Set an environment variable for the process the new pane starts.
  • full method Span the full width or height of the window rather than of the pane.
  • into_command method Lower these options into a split-window command for one target.
  • new method Describe a split placing the new pane in one direction.
  • select method Make the new pane active.
  • size method Give the new pane a size, in cells or as a share of the space.
  • start_directory method Set the new pane's working directory.
  • zoom method Zoom the new pane, filling the window until it is unzoomed.
Esc

Type to search.