Skip to content

Commit

Permalink
Fixed incorrect <Esc> remap.
Browse files Browse the repository at this point in the history
  • Loading branch information
miltonllera committed Aug 6, 2022
1 parent d5368f1 commit fed2d62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/keymaps.lua
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ vim.g.maplocalleader = " "


-- kj to normal mode
inoremap("lk", "<Esc>")
inoremap("kj", "<Esc>")

-- Run omnifunc, mostly used for autocomplete
inoremap("<C-SPACE>", "<C-x><C-o>")
Expand Down

0 comments on commit fed2d62

Please sign in to comment.