Skip to content

Commit

Permalink
chore(map): use jk for vi mode in insert
Browse files Browse the repository at this point in the history
  • Loading branch information
pwnwriter committed Oct 24, 2024
1 parent 8e79e1f commit c4bf8c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/mappings.lua
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ M.general = function()
map("i", "<C-j>", "<Down>")
map("i", "<C-k>", "<Up>")
map("i", "<C-l>", "<Right>")
map("i", "jj", "<esc>")
map("i", "jk", "<esc>")
map("n", "<C-c>", "<cmd>noh<CR>")
map("n", "<C-h>", "<C-w>h")
map("n", "<C-j>", "<C-w>j")
Expand Down

0 comments on commit c4bf8c2

Please sign in to comment.