feat: new plugin zoom.yazi to zoom in or out of the preview image

This commit is contained in:
sxyazi
2025-06-11 15:21:23 +08:00
parent 63f9650e52
commit c1d638374c
5 changed files with 124 additions and 1 deletions

View File

@@ -274,7 +274,7 @@ function M.operate(type)
end
end
function M.fail(s, ...) ya.notify { title = "Mount", content = string.format(s, ...), timeout = 10, level = "error" } end
function M.fail(...) ya.notify { title = "Mount", content = string.format(...), timeout = 10, level = "error" } end
function M:click() end