Const
Move a window to its next layout (tmux next-layout).
tmux next-layout
Optional
Readonly
Target window to move to its next layout (-t).
-t
An empty string on success.
await tmux.nextLayout({ targetWindow: "work:1" }); Copy
await tmux.nextLayout({ targetWindow: "work:1" });
Move a window to its next layout (
tmux next-layout).