Zellij
From Gentoo Wiki
Zellij is a terminal workspace with batteries included written in Rust.
Installation
USE flags
USE flags for app-misc/zellij A terminal workspace with batteries included
Emerge
root #
emerge --ask app-misc/zellij
Configuration
The default configuration can be created by issuing:
user $
mkdir ~/.config/zellij
user $
zellij setup --dump-config > ~/.config/zellij
Removal
Unmerge
root #
emerge --ask --depclean --verbose gui-apps/foot
See alse
- Tmux — a program that enables a number of terminals (or windows), each running a separate program, to be created, accessed, and controlled from a single screen or terminal window.