libtmux Reference MCP Search
On this page

tmux.LastPaneRequest

View as Markdown

Module
tmux
Package
github.com/libtmux/libtmux-go/tmux
Source
tmux/window_pane_topology.go
struct tmux.LastPaneRequest
struct [source]
struct [source]
struct tmux.LastPaneRequest

LastPaneRequest configures last-pane on tmux 3.2a or later. Its zero value selects the previously active pane. Input and KeepZoom are mutually exclusive and are validated before execution; an Input mode changes the previous pane's input state without selecting it.

2 declared, 0 inherited

Members

  • Input attribute Input changes the previous pane's input state; zero performs selection.
  • KeepZoom attribute KeepZoom preserves the window's zoomed state during selection.
Esc

Type to search.