AutoYADM commit: 2025-01-24 15:25:06

This commit is contained in:
Daniel Fichtinger 2025-01-24 15:25:06 -05:00
parent f7dcc9c95d
commit 68b89c648f

View file

@ -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,