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
|
end
|
||||||
local override = true
|
local override = true
|
||||||
if override then
|
if override then
|
||||||
vim.keymap.set("n", "}", function()
|
vim.keymap.set({ "n", "x" }, "}", function()
|
||||||
modmap("notsame", "next")
|
modmap("notsame", "next")
|
||||||
end, {
|
end, {
|
||||||
silent = true,
|
silent = true,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue