zellij - usage

Install

1
2
3
4
# cargo
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
# zellij
cargo install --locked zellij

Commands

Open Session

1
zellij -s {sessioin-name} # open new session with name

Attach

1
zellij a {session-name}

Tips

Copy Contest

1
2
3
4
# enter search mode -> edit
Ctrl+s -> e
# change editor
scrollback_editor "nvim"

Troubleshotting

Shortkey Conflict

1
2
# enter locked mode
Ctrl+g