Prerelease This site documents an alpha of libtmux. Its structure, URLs and APIs are subject to change.

session.Session.previous_window

View as Markdown

Module
session
Declared in
Session
Package
libtmux
Source
crates/libtmux/src/session.rs
Other languages
Python TypeScript GoJava.NETC++Swift
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.

In other ports Move to the previous window of a session

0 declared, 0 inherited

Esc

Type to search.