-
Notifications
You must be signed in to change notification settings - Fork 4
Description
Hi, have a question about the setup.
I'm actually running the plugin as instructed, and it works fine:
bind "Ctrl y" {
LaunchOrFocusPlugin "https://github.com/karimould/zellij-forgot/releases/download/0.4.0/zellij_forgot.wasm" {
"LOAD_ZELLIJ_BINDINGS" "true"
floating true
}
}
but saw a different setup in another user's configuration. The plugin was installed in the plugins section of the config file and then only mentioned after for the key binding. You can see this alternate configuration here, where the plugin is defined https://github.com/fresh2dev/dotfiles/blob/106b36b05d89e1ea6f2eab392cfb845d44e41536/home/.config/zellij/config.kdl#L62 and here https://github.com/fresh2dev/dotfiles/blob/106b36b05d89e1ea6f2eab392cfb845d44e41536/home/.config/zellij/config.kdl#L135 where the plugin is called.
I tired this but forgot just opens in another pane instead of opening in a floating pane.
If I rollback to my config than it works fine. Any idea why?
Thanks!