mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-21 16:39:06 +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
|
||||
end
|
||||
leap.add_default_mappings(true)
|
||||
vim.keymap.del({ "x", "o" }, "x")
|
||||
vim.keymap.del({ "x", "o" }, "X")
|
||||
end,
|
||||
},
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue