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
debug
|
Enable extra debug codepaths, like asserts and extra output. If you want to get meaningful backtraces see https://wiki.gentoo.org/wiki/Project:Quality_Assurance/Backtraces |
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
Tips
To quickly select history, you can open it inside your editor with Ctrl-s then e.
Removal
Unmerge
root #
emerge --ask --depclean --verbose app-misc/zellij
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.