Loading Plugins
Plugins can either be loaded through a Layout, through the command line, or from a keybinding.
Plugin URL schema
Plugins are referred to by URLs. Currently there are four supported schemas:
- The file schema:
file:/absolute/path/to/my/plugin.wasm
- for reading plugins from the local HD - The built-in
zellij:
schema (eg.zellij:tab-bar
) for loading built-in zellij plugins. - Urls (
http(s)://path/to/my/plugin.wasm
) - Bare aliases (
filepicker
), see Plugin Aliases