addet smart enter snippet for 'l'

This commit is contained in:
pika 2024-11-11 14:54:20 +01:00
parent 6d68da8217
commit ab075c85f7
2 changed files with 13 additions and 1 deletions

View file

@ -0,0 +1,7 @@
--- @sync entry
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,
}