Here comes my zellij configuration (to be placed in .config/zellij/config.yaml
):
---
default_mode: locked
pane_frames: false
scrollback_editor: /usr/bin/mcedit
keybinds:
locked:
- unbind: true
- action: [SwitchToMode: Normal,]
key: [Ctrl: 'a',]
What it does:
- Start
zellij
in locked state (no shortcuts active except^A
to unlock) - No pane frames for more screen space
- Uses
mcedit
for scrollback buffer editing