AutoYADM commit: 2025-01-24 15:25:06
This commit is contained in:
parent
f7dcc9c95d
commit
68b89c648f
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ local function modmap(type, dir)
|
|||
end
|
||||
local override = true
|
||||
if override then
|
||||
vim.keymap.set("n", "}", function()
|
||||
vim.keymap.set({ "n", "x" }, "}", function()
|
||||
modmap("notsame", "next")
|
||||
end, {
|
||||
silent = true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue