Skip to content

Commit

Permalink
Remove "kl" mapping to normal mode.
Browse files Browse the repository at this point in the history
  • Loading branch information
miltonllera committed Aug 5, 2022
1 parent 6841468 commit 9ef66f4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lua/keymaps.lua
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ vnoremap("h", ";")

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

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

0 comments on commit 9ef66f4

Please sign in to comment.