AutoYADM commit: 2025-02-07 01:00:03

This commit is contained in:
Daniel Fichtinger 2025-02-07 01:00:03 -05:00
parent 4694e86003
commit 0b1de4ba43
3 changed files with 6 additions and 6 deletions

View file

@ -12,10 +12,6 @@ M.map = {
}
M.modes = {
-- "n",
-- "x",
-- "v",
-- "o",
"n",
"v",
"x",
@ -58,7 +54,7 @@ M.init = function()
set(l, r)
end
end
vim.keymap.set("n", "n", "j")
-- vim.keymap.set("n", "n", "j")
return out
end