Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

session

Manage development sessions.

gwt session list

List all live Zellij sessions.

gwt session list

Only sessions that are currently running are shown. Sessions in an EXITED state are automatically pruned on every invocation. If no sessions are live, the command prints:

No active sessions.

gwt session stop

Stop a named session and clean up associated gateway processes.

gwt session stop <name>

On success the command prints:

Session '<name>' stopped. N gateways also stopped.

All gateway PID files belonging to worktrees managed by the session are removed. If the session is not currently active, the command exits with an actionable error message.


gwt session attach / detach

These are identical to gwt attach and gwt detach. See attach / detach.