types.SplitOptions
TypeScript
- Python Unavailable
- Ruby Unavailable
- Lua Unavailable
- TypeScript
- Rust Unavailable
- Go Unavailable
- Java Unavailable
- .NET Unavailable
- C++ Unavailable
- Swift Unavailable
- Module
- types
- Package
- libtmux
- Source
- packages/libtmux/src/types.ts
-
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