Fix comment to make it more clear what the keymap does (#107)

master
Brendan Lentz 2 years ago committed by GitHub
parent 839666a6c0
commit 9a928f56a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -40,7 +40,7 @@ keymap("n", "<A-j>", "<Esc>:m .+1<CR>==gi", opts)
keymap("n", "<A-k>", "<Esc>:m .-2<CR>==gi", opts)
-- Insert --
-- Press jk fast to enter
-- Press jk fast to exit insert mode
keymap("i", "jk", "<ESC>", opts)
-- Visual --

Loading…
Cancel
Save