window.Window.nextLayout
- Module
- window
- Declared in
- Window
- Package
- libtmux
- Source
- packages/libtmux/src/window.ts
- Other languages
- Python Ruby Lua RustGoJava.NETC++Swift
-
Apply this window's next layout preset.
tmux cycles a fixed list — even-horizontal, even-vertical, main-horizontal, main-vertical, tiled — rearranging the panes already there.
Examples
await window.nextLayout();In other ports Apply a window's next layout preset
- Python
libtmux.Window.next_layout - Ruby No source-verified Ruby equivalent is recorded for this operation.
- Lua No source-verified Lua equivalent is recorded for this operation.
- 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(_:)
- Python
0 declared, 0 inherited