Zellij Snippets
Source: Introduction - Zellij User Guide
# Start with minimal user interfacezellij --layout compact
# Start with simplified UI and less special characterszellij options --simplified-ui true
# Start a new session with namezellij --session | -s myname
# Attach to sessionzellij attach | a [session-name]
# List sessionszellij list-sessions | ls
# Kill sessionszellij kill-sessions | k
# Kill all sessionszellij kill-all-sessions | ka
# Start with default configzellij setup --clean
# Rename current tabzellij action rename-tab [new-tab-name]
# Welcome screen (start menu to configure and view sessions)zellij -l welcome
# Autostart Zellij on shell creationecho 'eval "$(zellij setup --generate-auto-start bash)"' >> ~/.bashrc