zellij
zellij
Fast key reference for the Zellij terminal multiplexer (default keybindings). Pass a query for the relevant shortcuts, or cheatsheet for the full terse table. Deterministic — print the matching table below verbatim; never fetch anything.
Zellij is modal: from Normal mode press Ctrl-<key> to enter a mode, then single keys act within it. Enter or Esc returns to Normal; Ctrl-g toggles Locked (passthrough). Ctrl-<key> then n means enter the mode first; Alt-* bindings work directly from Normal.
Markdown output: soft-wrap prose, never hard-wrap — when writing markdown, write each paragraph as one continuous line; do not insert manual newlines to wrap prose at a fixed column width. Newlines still separate paragraphs, list items, headings, and code fences.
Step 0: Parse query
The raw query (filled by Claude Code / OpenCode slash commands): $ARGUMENTS. If this line is not filled in, read the query from the user's current message.
QUERY="$*" # everything after /zellij
Step 1: Match query and print
Pick the first rule that matches QUERY. If QUERY is empty, or is cheatsheet / cheat / sheet / all / everything / full, print the whole cheatsheet (all tables below, in order) followed by the Links block. Otherwise print only the matching section.