Add arrow.yazi plugin

This commit is contained in:
agryphus 2024-03-18 16:18:20 -04:00
parent 8780604ade
commit 5dcb9966ae

View file

@ -0,0 +1,8 @@
return {
entry = function(_, args)
local current = cx.active.current
local new = (current.cursor + args[1]) % #current.files
ya.manager_emit("arrow", { new - current.cursor })
end,
}