chore: bump yazi

This commit is contained in:
agryphus 2026-07-15 13:58:42 -04:00
parent 3a23b4d1d9
commit 62a2a229f1
6 changed files with 23 additions and 17 deletions

@ -1 +0,0 @@
Subproject commit 6606fb1d56eea4c99809c056fd701e58890655be

View file

@ -6,12 +6,12 @@ local function setup(self, opts) self.open_multi = opts.open_multi end
local function entry(_, job)
local h = cx.active.current.hovered
if h and h.cha.is_dir then
ya.manager_emit("enter", {})
ya.emit("enter", {})
return
end
if #job.args == 0 then
ya.manager_emit("open", {})
ya.emit("open", {})
end
if job.args[1] == "detatch" then