Const
Apply a layout to a window (tmux select-layout).
tmux select-layout
An empty string on success.
await tmux.selectLayout("tiled", { targetPane: "work:1" });await tmux.selectLayout(undefined, { next: true }); Copy
await tmux.selectLayout("tiled", { targetPane: "work:1" });await tmux.selectLayout(undefined, { next: true });
Apply a layout to a window (
tmux select-layout).