On this page
libtmux.Session.next_window
- Module
- libtmux
- Declared in
- Session
- Package
- libtmux
- Source
- src/libtmux/session.py
-
Select the next window.
Wraps
$ tmux next-window.Examples
>>> w = session.new_window(window_name='nw_test') >>> session.next_window() Window(...)- Returns
-
WindowThe newly active window.
0 declared, 0 inherited