We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
plugin manager does not distinguish between different instances of the same plugin
layout { default_tab_template { children pane size=2 borderless=true { plugin location="file:~/.config/zellij/plugins/zjstatus.wasm" { <configuration...> } } } tab name="~" focus=true { pane size="1" cwd="~" } }
open 2 tabs. Each tab will have its own zjstatus instance
open plugin manager
in the screenshot there are 5 tabs opened, each one with it's zjstatus plugin instance
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Issue description
plugin manager does not distinguish between different instances of the same plugin
Minimal reproduction
open 2 tabs. Each tab will have its own zjstatus instance
open plugin manager
in the screenshot there are 5 tabs opened, each one with it's zjstatus plugin instance
The text was updated successfully, but these errors were encountered: