Skip to content

Commit c567f36

Browse files
committed
chore(map): use jk for esc instead of jj
1 parent 5a19851 commit c567f36

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lua/mappings.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ M.general = function()
2424
vim.api.nvim_win_set_cursor(0, { row + 1, col })
2525
end)
2626

27-
map("i", "jj", "<esc>")
27+
map("i", "jk", "<esc>")
2828
map("i", "<C-c>", "<esc>")
2929

3030
map("n", "<C-c>", "<cmd>noh<CR>")

0 commit comments

Comments
 (0)