It often happens to me that I want to open a pdf, picture or video with yazi. sometimes even while in nvim.
Because the plugin intercepts the open mappings in yazi it sends the files to nvim, which just results in binary soup.
Currently I circumvent this by having an interactive open mapping, which is not intercepted. But I still sometimes forget to use it.
Is there some way to make yazi.nvim stop opening media files? After all I already define how to open files in yazi.toml in open.rules.
Basically I want yazi.nvim to only open files in nvim, if they are using the "edit" opener and otherwise just defer to yazi.
I didn't see an obvious solution in the docs.
y --version
Yazi 0.4.2 (Nixpkgs 2024-12-20)
yazi.nvim version 2025-01-18
Thanks for your work on the plugin. It's amazing. I especially appreciate the lsp integration 🙏
It often happens to me that I want to open a pdf, picture or video with yazi. sometimes even while in nvim.
Because the plugin intercepts the
openmappings in yazi it sends the files to nvim, which just results in binary soup.Currently I circumvent this by having an
interactive openmapping, which is not intercepted. But I still sometimes forget to use it.Is there some way to make yazi.nvim stop opening media files? After all I already define how to open files in
yazi.tomlinopen.rules.Basically I want yazi.nvim to only open files in nvim, if they are using the
"edit"opener and otherwise just defer to yazi.I didn't see an obvious solution in the docs.
yazi.nvim version 2025-01-18Thanks for your work on the plugin. It's amazing. I especially appreciate the lsp integration 🙏