Server.split(_:direction:size:startDirectory:)
- Declared in
- Server
- Package
- libtmux-swift
- Source
- Sources/LibTmux/Creation.swift
- Other languages
- PythonRubyLuaTypeScriptRustGoJava.NET C++
- split(_:direction:size:startDirectory:) ( pane : Pane , direction : PaneDirection , size : PaneSize? , startDirectory : String? ) Pane
-
Splits one pane, returning the pane that appeared.
The same call as
splitWindow(_:direction:size:startDirectory:)with the ambiguity removed: a window has an active pane and tmux splits that one, which is what you want interactively and rarely what you want when building a layout.- Raises
Discussed in Workspaces
In other ports Split a pane in two
- Python
libtmux.Pane.split - Ruby
LibTmux::Pane#split - Lua
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
0 declared, 0 inherited