This is a Yazi plugin for a smart enter key.
Install the plugin:
ya pack -a Ape/smart-enter
Create ~/.config/yazi/keymap.toml
and add:
[[manager.prepend_keymap]]
on = "<Enter>"
run = "plugin smart-enter"
desc = "Enter the child directory, or open the file"
The plugin was originally adopted from the Tips page in Yazi docs.