Skip to content

Commit

Permalink
fix(keys): operator
Browse files Browse the repository at this point in the history
  • Loading branch information
folke committed Jan 3, 2023
1 parent cdb998c commit 2e3e65b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/lazy/core/handler/keys.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "<esc>" .. op .. keys
end
Expand Down

0 comments on commit 2e3e65b

Please sign in to comment.