diff --git a/lua/lazy/core/handler/keys.lua b/lua/lazy/core/handler/keys.lua index 6054cfc..0ac5c09 100644 --- a/lua/lazy/core/handler/keys.lua +++ b/lua/lazy/core/handler/keys.lua @@ -24,6 +24,7 @@ function M.retrigger(keys) c = type(c) == "number" and vim.fn.nr2char(c) or c pending = pending .. c end + local op = vim.v.operator if op and op ~= "" then keys = "" .. op .. keys end