config/.config/yazi/plugins/smart-enter.yazi/init.lua
2024-03-04 23:30:18 +01:00

6 lines
No EOL
138 B
Lua

return {
entry = function()
local h = cx.active.current.hovered
ya.manager_emit(h and h.cha.is_dir and "enter" or "open", {})
end,
}