diff --git a/lua/lazy/core/handler/keys.lua b/lua/lazy/core/handler/keys.lua index e2020d1..382d732 100644 --- a/lua/lazy/core/handler/keys.lua +++ b/lua/lazy/core/handler/keys.lua @@ -128,8 +128,8 @@ function M:_add(keys) self:_set(keys, buf) end - if keys.mode:sub(-1) == 'a' then - lhs = lhs .. '' + if keys.mode:sub(-1) == "a" then + lhs = lhs .. "" end local feed = vim.api.nvim_replace_termcodes("" .. lhs, true, true, true) -- insert instead of append the lhs