We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a19851 commit c567f36Copy full SHA for c567f36
1 file changed
lua/mappings.lua
@@ -24,7 +24,7 @@ M.general = function()
24
vim.api.nvim_win_set_cursor(0, { row + 1, col })
25
end)
26
27
- map("i", "jj", "<esc>")
+ map("i", "jk", "<esc>")
28
map("i", "<C-c>", "<esc>")
29
30
map("n", "<C-c>", "<cmd>noh<CR>")
0 commit comments