update yazi conf

This commit is contained in:
reonokiy 2024-05-21 22:56:02 +08:00
parent 6e62a037e6
commit 51affb6489
Signed by: reonokiy
SSH key fingerprint: SHA256:2VjKpUxMIe0QYY3OVnOMuPiB0X5pvrIpJ+UiyFhxtq0
3 changed files with 31 additions and 293 deletions

View file

@ -0,0 +1,6 @@
return {
entry = function()
local h = cx.active.current.hovered
ya.manager_emit(h and h.cha.is_dir and "enter" or "open", { hovered = true })
end,
}