Skip to content

Zellij

This content is not available in your language yet.

Terminal workspace manager. My primary multiplexer in linux.

ActionKeys
Leader (toggle modes)Ctrl+A
Session managerLeader → w
New paneLeader → n
Close paneLeader → x
Rename tabLeader → R, type name, Enter
Rename paneLeader → r, type name, Enter

CLI commands that can be run from a shell inside a Zellij session (or externally via --session).

Rename the currently focused tab:

Terminal window
zellij action rename-tab <NAME>

Revert to the default tab name:

Terminal window
zellij action undo-rename-tab

Rename the currently focused pane:

Terminal window
zellij action rename-pane <NAME>

Revert to the default pane name:

Terminal window
zellij action undo-rename-pane