A Zellij plugin that adds a few handy utilities.
plugins {
zellij-tools location="https://github.com/b0o/zellij-tools/releases/latest/download/zellij-tools.wasm"
}
load_plugins {
// Load at startup
zellij-tools
}
Focuses a pane by ID. You can get the pane ID for the current pane from the $ZELLIJ_PANE_ID
environment variable.
zellij-tools::focus-pane::<pane_id>
Example:
zellij pipe "zellij-tools::focus-pane::2"
© 2025 Maddison Hellstrom
MIT License