chore: bump yazi
This commit is contained in:
parent
3a23b4d1d9
commit
62a2a229f1
6 changed files with 23 additions and 17 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue