mirror of
https://github.com/kristoferssolo/solorice.git
synced 2026-03-18 08:09:40 +00:00
fix(yazi): update plugins
This commit is contained in:
9
config/yazi/plugins/vidir.yazi/main.lua
Normal file
9
config/yazi/plugins/vidir.yazi/main.lua
Normal file
@@ -0,0 +1,9 @@
|
||||
--- @sync entry
|
||||
--- @since 25.2.7
|
||||
|
||||
return {
|
||||
entry = function()
|
||||
-- If no selection, use current directory (.)
|
||||
ya.manager_emit("shell", { "vidir .", block = true, confirm = true })
|
||||
end,
|
||||
}
|
||||
Reference in New Issue
Block a user