mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-23 01:08:59 +02:00
fix(leap): don't use the x and X mappings in visual mode
This commit is contained in:
parent
ddd1fceb76
commit
42d2411bfa
1 changed files with 2 additions and 0 deletions
|
@ -150,6 +150,8 @@ return {
|
||||||
leap.opts[k] = v
|
leap.opts[k] = v
|
||||||
end
|
end
|
||||||
leap.add_default_mappings(true)
|
leap.add_default_mappings(true)
|
||||||
|
vim.keymap.del({ "x", "o" }, "x")
|
||||||
|
vim.keymap.del({ "x", "o" }, "X")
|
||||||
end,
|
end,
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue