add yazi
This commit is contained in:
parent
ad286ec3f7
commit
04e857d96e
9 changed files with 800 additions and 0 deletions
6
.config/yazi/plugins/smart-enter.yazi/init.lua
Normal file
6
.config/yazi/plugins/smart-enter.yazi/init.lua
Normal file
|
@ -0,0 +1,6 @@
|
|||
return {
|
||||
entry = function()
|
||||
local h = cx.active.current.hovered
|
||||
ya.manager_emit(h and h.cha.is_dir and "enter" or "open", {})
|
||||
end,
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue