.dotfiles/.config/yazi/plugins/smart-tab.yazi/main.lua
2025-05-08 20:48:25 -04:00

7 lines
175 B
Lua

--- @sync entry
return {
entry = function()
local h = cx.active.current.hovered
ya.mgr_emit("tab_create", h and h.cha.is_dir and { h.url } or { current = true })
end,
}