feat(shell): setup yazi file manager.
This commit is contained in:
parent
cd3e60e3cc
commit
b9413da4b9
3 changed files with 65 additions and 0 deletions
|
|
@ -0,0 +1,7 @@
|
|||
--- @sync entry
|
||||
return {
|
||||
entry = function()
|
||||
local h = cx.active.current.hovered
|
||||
ya.emit("tab_create", h and h.cha.is_dir and { h.url } or { current = true })
|
||||
end,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue