- Module
- libtmux
- Declared in
- Pane
- Package
- libtmux
- Source
- lua/libtmux/_internal/entity.lua
- Other languages
- PythonRubyTypeScriptRustGoJava.NET C++ Swift
- split ( options : libtmux.SplitOptions? = nil ) libtmux.Request<libtmux.Creation>
-
Discussed in Create sessions, windows and panes
In other ports Split a pane in two
- Python
libtmux.Pane.split - Ruby
LibTmux::Pane#split - TypeScript
pane.Pane.split - Rust
pane.Pane.split - Go
tmux.Pane.Split - Java
io.github.libtmux.Pane.Pane.split - .NET
LibTmux.Pane.SplitAsync - C++ no direct pane target; Window.split splits the active pane
- Swift
Server.split(_:direction:size:startDirectory:)
- Python
0 declared, 0 inherited