-
Notifications
You must be signed in to change notification settings - Fork 100
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
Cannot enter shell wrapper [;] #192
Comments
Please read https://yazi-rs.github.io/docs/configuration/keymap. It seems like you just want to use the default key bindings. In that case, you can remove your |
I would like to still use custom keys that I have configured. |
Could you upload your From what you have pasted in your original post, it seems like a configuration error on your end. |
Sure, LINK here (expires in one day) |
You have a lot of errors in your configuration. Diff your file against this file: https://github.com/sxyazi/yazi/blob/main/yazi-config/preset/keymap-default.toml Zoxide and fzf don't work because of the configuration error on line 82 and 83:
It should be "plugin zoxide" and "plugin fzf" instead. I also highly recommend removing everything except lines 306 - 324: [[manager.prepend_keymap]]
on = "<C-d>"
run = "plugin diff"
desc = "Diff the selected with the hovered file"
[[manager.prepend_keymap]]
on = "T"
run = "plugin hide-preview"
desc = "Hide or show preview"
[[manager.prepend_keymap]]
on = [ "c", "m" ]
run = "plugin chmod"
desc = "Chmod on selected files"
[[manager.prepend_keymap]]
on = "F"
run = "plugin smart-filter"
desc = "Smart filter" And changing lines 148 - 155 to the format above.
|
Many thanks for your effort, it is appreciated! I suppose changes were done to yazi with updates as I haven't done much to config lines. |
You're welcome. |
Zoxide and Shell not working. As I press the keys, nothing happens.
I have zoxide and fzf installed.
{ on = [ ";" ], run = "shell", desc = "Run a shell command" }, { on = [ ":" ], run = "shell --block", desc = "Run a shell command (block the UI until the command finishes)" },
{ on = [ "z" ], run = "zoxide zoxide", desc = "Jump to a directory using zoxide" }, { on = [ "Z" ], run = "zoxide fzf", desc = "Jump to a directory, or reveal a file using fzf" },
System: Arch
Yazi 0.4.2 (Arch Linux 2024-12-28)
The text was updated successfully, but these errors were encountered: