nvim add mappings

This commit is contained in:
thek4n 2024-07-10 15:36:31 +03:00
parent 4d956342e7
commit f9987d191b

View File

@ -112,8 +112,13 @@ return {
}, },
["о"] = { ["о"] = {
["а"] = "<ESC>`^" ["а"] = "<ESC>`^"
} },
} },
c = {
j = {
f = "<Esc>",
},
},
}, },
}) })
end, end,