From 2f6cad7ff65fe0b20c03dce2a23a5188553529ee Mon Sep 17 00:00:00 2001 From: srdusr Date: Mon, 19 Dec 2022 21:02:57 +0200 Subject: Changed quick escape binding to 'jj' --- lua/user/keys.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", "") +map("i", "jj", "") map("n", "m", ":messages") map("n", "cd", ":cd %:p:h:pwd") -- cgit v1.2.3