Closed AnkurAlpha closed 5 months ago
You need to prepend rules instead of overriding them. https://yazi-rs.github.io/docs/configuration/overview#mixing
I've updated the documentation to clarify it in https://github.com/yazi-rs/yazi-rs.github.io/commit/d5d7016006d058657c429c4e56557f38497863a2
I'm going to lock this issue because it has been closed for 30 days. ⏳ This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
What system are you running Yazi on?
Linux Wayland
What terminal are you running Yazi in?
foot version: 1.17.2 +pgo +ime +graphemes -assertions
Did you try the latest code to see if this problem got fixed?
Tried, but the problem still
yazi --debug
outputDescribe the bug
I was configuring opener as instructed here : https://yazi-rs.github.io/docs/configuration/yazi/#opener
And I defined some specific apps for some of the files through which it should open but after that the default behaviors for other undefined files were overwritten and now whenever I press "Enter" or "o" while the cursor is hovered on it , nothing happens
Expected Behavior
for other files for which I haven't defined any specific app or thing like the
~/Desktop
folderbefore using opener it used to open in
neovim
but after I defined default apps for some specific files then it doesn't do anything , the `~/Desktop' folder just doesn't opens in the neovimTo Reproduce
just paste this to your
yazi.toml
now hover your cursor over something like ~/Desktop folder , now press enter or 'o' it won't open
Now you will only be able to open files with extension :
Configuration
Anything else?
No response