Skip to content

Commit

Permalink
fix(keys): don't create with remap!
Browse files Browse the repository at this point in the history
  • Loading branch information
folke committed Dec 22, 2022
1 parent 9e869a4 commit b440b3a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lua/lazy/core/handler/keys.lua
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ function M:_add(value)
local keys = M.parse(value)
local lhs = keys[1]
local opts = M.opts(keys)
opts.noremap = false
vim.keymap.set(keys.mode, lhs, function()
Util.track({ keys = lhs })
Loader.load(self.active[value], { keys = lhs })
Expand Down

0 comments on commit b440b3a

Please sign in to comment.