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

session.Session.selectWindow

TypeScript

View as Markdown

Module
session
Declared in
Session
Package
libtmux
Source
packages/libtmux/src/session.ts
Other languages
Python Ruby Lua Rust GoJava.NET C++ Swift
selectWindow ( target : : Window | WindowTarget ) → Promise<void>
method [source]
method [source]
selectWindow

Select the last, next, or previous window, or one named by target.

Examples

await session.selectWindow("next");
In other ports Make a window of a session active

0 declared, 0 inherited

Esc

Type to search.