On this page
libtmux::SplitOptions
- Module
- libtmux
- Package
- libtmux-cxx
- Source
- include/libtmux/entities.hpp
-
Side by side. tmux stacks by default.
8 declared, 0 inherited
Members
- before attribute Before the target rather than after it.
- environment attribute Variables the new process starts with, on top of what tmux passes down.
- focus attribute Make the new pane the active one.
- full_size attribute Spanning the full width or height of the window rather than of the pane.
- horizontal attribute Side by side. tmux stacks by default.
- percentage attribute Size as a percentage of the space being divided.
- shell_command attribute Run this instead of the default shell.
- start_directory attribute Where the new pane starts. Empty inherits from the window.