On this page
types.SplitOptions.direction
- Module
- types
- Declared in
- SplitOptions
- Package
- @libtmux/libtmux
- Source
- packages/libtmux/src/types.ts
- direction : : PaneDirection
-
Which side of this pane the new one takes.
tmux splits below by default and offers no other way to say "above" or "left" than pairing the axis with
-b, so a boolean cannot express half of the choices. When both this andverticalare given, this one decides.
0 declared, 0 inherited