zellij
Modern terminal workspace multiplexer
TLDR
SYNOPSIS
zellij [options] [command]
DESCRIPTION
zellij is a terminal workspace manager (multiplexer) similar to tmux and screen, but with a modern approach. It provides panes, tabs, and sessions with a discoverable keyboard-driven interface.
Key features include floating panes, a plugin system (WebAssembly-based), built-in layouts for common workflows, and a status bar showing available keybindings.
Default keybindings use modes accessed via Ctrl+key: Ctrl+p for pane mode, Ctrl+t for tab mode, Ctrl+n for resize mode, Ctrl+h for move mode, Ctrl+s for scroll mode, Ctrl+o for session mode.
Configuration is in ~/.config/zellij/config.kdl using KDL format. Layouts define pane arrangements for reusable workspace setups.
PARAMETERS
-s, --session name
Name for the new session--layout layout
Use specified layout file-l, --layout-path path
Path to layout file-c, --config file
Path to config file--config-dir dir
Path to config directory-n, --new-session-with-layout layout
Create new session with layout
SUBCOMMANDS
attach name
Attach to an existing sessionlist-sessions, ls
List active sessionskill-session name
Kill specified sessionkill-all-sessions
Kill all sessionssetup
Setup wizard and shell integrationoptions
Change session options
CAVEATS
Some key combinations may conflict with shell or application bindings. Zellij's mode system helps avoid conflicts.
Plugin development requires Rust and WebAssembly knowledge.
Sessions persist until explicitly killed, potentially consuming resources if forgotten.

