We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdb998c commit 2e3e65bCopy full SHA for 2e3e65b
lua/lazy/core/handler/keys.lua
@@ -24,6 +24,7 @@ function M.retrigger(keys)
24
c = type(c) == "number" and vim.fn.nr2char(c) or c
25
pending = pending .. c
26
end
27
+ local op = vim.v.operator
28
if op and op ~= "" then
29
keys = "<esc>" .. op .. keys
30
0 commit comments