-
Notifications
You must be signed in to change notification settings - Fork 471
New issue
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
Plugins like zoxide don't seem to work #1494
Comments
Not sure why you added all these Does the issue occur with stock config? % mv ~/.config/yazi ~/.config/yazi.bak
% yazi |
Hmm seems like there's the issue, but still don't know why. This is my config file:
|
yazi/yazi-config/preset/yazi.toml Line 87 in 4112bf4
You can remove this: [plugins]
preload = [
"~/.config/yazi/init.lua",
"~/.config/yazi/plugins/zoxide.yazi/zoxide.lua"
# "~/.config/yazi/plugins/plugins-del-github-de-yazi/yazi-plugin/preset/plugins/zoxide.lua",
# "~/.config/yazi/plugins/plugins-del-github-de-yazi/yazi-plugin/preset/plugins/video.lua",
# "~/.config/yazi/plugins/plugins-del-github-de-yazi/yazi-plugin/preset/plugins/session.lua",
# "~/.config/yazi/plugins/plugins-del-github-de-yazi/yazi-plugin/preset/plugins/pdf.lua",
# "~/.config/yazi/plugins/plugins-del-github-de-yazi/yazi-plugin/preset/plugins/noop.lua",
# "~/.config/yazi/plugins/plugins-del-github-de-yazi/yazi-plugin/preset/plugins/mime.lua",
# "~/.config/yazi/plugins/plugins-del-github-de-yazi/yazi-plugin/preset/plugins/magick.lua",
# "~/.config/yazi/plugins/plugins-del-github-de-yazi/yazi-plugin/preset/plugins/json.lua",
# "~/.config/yazi/plugins/plugins-del-github-de-yazi/yazi-plugin/preset/plugins/image.lua",
# "~/.config/yazi/plugins/plugins-del-github-de-yazi/yazi-plugin/preset/plugins/fzf.lua",
# "~/.config/yazi/plugins/plugins-del-github-de-yazi/yazi-plugin/preset/plugins/font.lua",
# "~/.config/yazi/plugins/plugins-del-github-de-yazi/yazi-plugin/preset/plugins/folder.lua",
# "~/.config/yazi/plugins/plugins-del-github-de-yazi/yazi-plugin/preset/plugins/file.lua",
# "~/.config/yazi/plugins/plugins-del-github-de-yazi/yazi-plugin/preset/plugins/extract.lua",
# "~/.config/yazi/plugins/plugins-del-github-de-yazi/yazi-plugin/preset/plugins/empty.lua",
# "~/.config/yazi/plugins/plugins-del-github-de-yazi/yazi-plugin/preset/plugins/dds.lua",
# "~/.config/yazi/plugins/plugins-del-github-de-yazi/yazi-plugin/preset/plugins/code.lua",
# "~/.config/yazi/plugins/plugins-del-github-de-yazi/yazi-plugin/preset/plugins/archive.lua"
] Can you please post your Do you have yazi/yazi-config/preset/keymap.toml Line 80 in 4112bf4
in it? |
Also, just a heads up: extract = [
{ run = 'unar "$1"', desc = "Extract here", for = "unix" },
{ run = 'unar "%1"', desc = "Extract here", for = "windows" },
] there's a new built-in extractor since #1321 (and v0.3.0) yazi/yazi-config/preset/yazi.toml Lines 47 to 50 in 4112bf4
There are other changes in |
Thanks, I didn't know that! Seems like it was an issue with the keymaps, so I've just removed the file because I didn't customize it and looks like it works, this way it should't create any other issues with new updates. I tried leaving |
I'm going to lock this issue because it has been closed for 30 days. ⏳ |
What system are you running Yazi on?
Linux X11
What terminal are you running Yazi in?
kitty 0.35.2
yazi --debug
outputDid you try the latest nightly build to see if the problem got fixed?
No, and I'll explain why below
Describe the bug
When using yazi, I press
z
orZ
and nothing happens; no message, no anything, if I press any other key, yazi seems to respond as it should to that. I also tried to manually download the plugins from github and preload them, but it doesn't seem to work either.Minimal reproducer
z
and any other keyAnything else?
The plugins that I downloaded from here and manually added to the preload in
yazi.toml
are lua files in their own "*.yazi" folder (eg:"~/.config/yazi/plugins/zoxide.yazi/zoxide.lua"
) :At
~/.local/state/yazi/yazi.log
the only messages from the last 24h are about preloading images, nothing regarding the plugins.The text was updated successfully, but these errors were encountered: