Server.selectLastPane(in:)
- Declared in
- Server
- Package
- libtmux-swift
- Source
- Sources/LibTmux/Navigation.swift
- Other languages
- Python Ruby Lua TypeScript RustGo Java .NETC++
-
Returns to the pane that was active before the current one.
tmux remembers one previous pane per window, so this is the pane
select(_:)-(Pane)moved away from, not a history to walk back through.- Raises
In other ports Return to the pane that was active before
- Python
libtmux.Window.last_pane - Ruby No source-verified Ruby equivalent is recorded for this operation.
- Lua No source-verified Lua equivalent is recorded for this operation.
- TypeScript no equivalent on
Window - Rust
window.Window.last_pane - Go
tmux.Window.LastPane - Java no equivalent on
Window - .NET
LibTmux.Window.SelectLastPaneAsync - C++
libtmux::Window::select_last_pane
0 declared, 0 inherited