On this page
session.Session.selectWindow
- Module
- session
- Declared in
- Session
- Package
- @libtmux/libtmux
- Source
- packages/libtmux/src/session.ts
- selectWindow ( target : : WindowTarget ) Promise<void>
-
Select the last, next, or previous window, or one named by target.
Examples
await session.selectWindow("next");
0 declared, 0 inherited