From 9a928f56a118596426cc82682c7ab8ba26c88370 Mon Sep 17 00:00:00 2001 From: Brendan Lentz <66037960+blentz100@users.noreply.github.com> Date: Sun, 3 Jul 2022 12:28:23 -0600 Subject: [PATCH] Fix comment to make it more clear what the keymap does (#107) --- lua/user/keymaps.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/user/keymaps.lua b/lua/user/keymaps.lua index 32b6a04..1178b7f 100644 --- a/lua/user/keymaps.lua +++ b/lua/user/keymaps.lua @@ -40,7 +40,7 @@ keymap("n", "", ":m .+1==gi", opts) keymap("n", "", ":m .-2==gi", opts) -- Insert -- --- Press jk fast to enter +-- Press jk fast to exit insert mode keymap("i", "jk", "", opts) -- Visual --