Carousel is a Zellij plugin that lets you mark specific panes so that they appear in a quick-jumplist for easy navigation later.
It helps you keep context in a chaotic working environment with lots of unexpected changes!
At your convenience, choose one of:
- From inside Zellij:
zellij plugin -f -- https://github.com/imsnif/carousel/releases/download/latest/carousel.wasm - From inside Zellij: open the plugin manager
Ctrl o+p, pressCtrl aand paste this URL inside:https://github.com/imsnif/carousel/releases/download/latest/carousel.wasm - Add this URL to the
load_pluginssection of your configuration so that it loads on startup, eg.
load_plugins {
"https://github.com/imsnif/carousel/releases/download/latest/carousel.wasm"
}