aboutsummaryrefslogtreecommitdiff
path: root/lua/user
diff options
context:
space:
mode:
Diffstat (limited to 'lua/user')
-rw-r--r--lua/user/keys.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/user/keys.lua b/lua/user/keys.lua
index b43cb87..2c07a5a 100644
--- a/lua/user/keys.lua
+++ b/lua/user/keys.lua
@@ -26,7 +26,7 @@ vim.g.mapleader = ";"
--vim.g.maplocalleader = ";"
-- "jj" to exit insert-mode
-map("i", "jk", "<esc>")
+map("i", "jj", "<esc>")
map("n", "<leader>m", ":messages<CR>")
map("n", "<leader>cd", ":cd %:p:h<CR>:pwd<CR>")