add jk in neovim for all modes

This commit is contained in:
2025-05-07 20:00:45 +02:00
parent 1ac43d5ccd
commit 57150f9014
3 changed files with 6 additions and 1 deletions

View File

@@ -32,4 +32,8 @@ function M.tmap(lhs, rhs, opts)
M.map("t", lhs, rhs, opts)
end
function M.cmap(lhs, rhs, opts)
M.map("c", lhs, rhs, opts)
end
return M