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

types.SplitOptions

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

View as Markdown

Module
types
Package
libtmux
Source
packages/libtmux/src/types.ts
interface types.SplitOptions
interface [source]
interface [source]
interface types.SplitOptions

Which side the new pane takes, how big it is, and what runs in it.

Without a size tmux halves the pane it splits.

6 declared, 0 inherited

Members

  • direction property Which side of this pane the new one takes.
  • environment property Variables to set in the process this starts, tmux's -e.
  • shellCommand property A command for tmux to run in place of the default shell.
  • size property How big the new pane is, tmux's -l.
  • startDirectory property
  • vertical property
Esc

Type to search.