fix(leap): don't use the x and X mappings in visual mode

This commit is contained in:
Folke Lemaitre
2023-02-09 22:49:07 +01:00
parent ddd1fceb76
commit 42d2411bfa

View File

@ -150,6 +150,8 @@ return {
leap.opts[k] = v
end
leap.add_default_mappings(true)
vim.keymap.del({ "x", "o" }, "x")
vim.keymap.del({ "x", "o" }, "X")
end,
},