libtmux.Window.previous_layout
- Module
- libtmux
- Declared in
- Window
- Package
- libtmux
- Source
- src/libtmux/window.py
- Other languages
- Ruby Lua TypeScriptRustGo Java .NETC++Swift
-
Cycle to the previous layout via
$ tmux previous-layout.>>> pane1 = window.active_pane >>> pane2 = window.split() >>> window.previous_layout() Window(...)
In other ports Apply a window's previous 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.previousLayout - Rust
window.Window.previous_layout - Go
tmux.Window.PreviousLayout - Java
Window.applyLayoutrestores a named layout; there is no previous step - .NET
LibTmux.Window.SelectPreviousLayoutAsync - C++
libtmux::Window::previous_layout - Swift
Server.previousLayout(_:)
0 declared, 0 inherited