libtmux Reference MCP Search
On this page

session.Session.previous_window

View as Markdown

Module
session
Declared in
Session
Package
libtmux
Source
crates/libtmux/src/session.rs
previous_window ( self ) Result<Option<Window>, Error>
method [source]
method [source]
previous_window

Move to the previous window, and return it.

None when there is none; see Self::next_window.

Errors

Returns an error when tmux cannot be reached or refuses the move.

0 declared, 0 inherited

Esc

Type to search.