libtmux.Window.next_layout
- Module
- libtmux
- Declared in
- Window
- Package
- libtmux
- Source
- src/libtmux/window.py
- Other languages
- Ruby Lua TypeScriptRustGoJava.NETC++Swift
-
Cycle to the next layout via
$ tmux next-layout.>>> pane1 = window.active_pane >>> pane2 = window.split() >>> window.next_layout() Window(...)
In other ports Apply a window's next layout preset
- Ruby No source-verified Ruby equivalent is recorded for this operation.
- Lua No source-verified Lua equivalent is recorded for this operation.
- TypeScript
window.Window.nextLayout - Rust
window.Window.next_layout - Go
tmux.Window.NextLayout - Java
io.github.libtmux.Window.Window.nextLayout - .NET
LibTmux.Window.SelectNextLayoutAsync - C++
libtmux::Window::next_layout - Swift
Server.nextLayout(_:)
0 declared, 0 inherited