Zellij
This content is not available in your language yet.
Terminal workspace manager. My primary multiplexer in linux.
Keybindings
Section titled “Keybindings”| Action | Keys |
|---|---|
| Leader (toggle modes) | Ctrl+A |
| Session manager | Leader → w |
| New pane | Leader → n |
| Close pane | Leader → x |
| Rename tab | Leader → R, type name, Enter |
| Rename pane | Leader → r, type name, Enter |
Actions
Section titled “Actions”CLI commands that can be run from a shell inside a Zellij session (or externally via --session).
Rename Tab
Section titled “Rename Tab”Rename the currently focused tab:
zellij action rename-tab <NAME>Revert to the default tab name:
zellij action undo-rename-tabRename Pane
Section titled “Rename Pane”Rename the currently focused pane:
zellij action rename-pane <NAME>Revert to the default pane name:
zellij action undo-rename-pane