This is helper plugin for developing other Zellij plugins. It's intended to be run in a folder with an existing Zellij plugin, assisting in its development by shortening the feedback loop and mental load involved in compiling and running the plugin.
By default it binds the Ctrl Shift r
key (see below for rebinding) to:
- Run
cargo build
- Start or reload the plugin
More about Zellij plugins: Zellij Documentation An example Zellij plugin (good to use to get started): Rust Plugin Example
Open the Plugin Manager
(by default: Ctrl o
+ p
), press Ctrl a
, paste the following url and press Enter
:
It's possible to change the reload_shortcut
(by default Ctrl Shift r
) to any other shortcut by specifying it in the reload_shortcut
plugin configuration. eg.
reload_shortcut "Ctrl a"