From 0f511a40cacc1ebc0038b2cd869c0df6e83ecb0e Mon Sep 17 00:00:00 2001 From: arifyunando Date: Wed, 16 Apr 2025 09:36:56 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20remap=20=20to=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- init.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/init.lua b/init.lua index 776c6873..d7608171 100644 --- a/init.lua +++ b/init.lua @@ -200,6 +200,9 @@ vim.keymap.set('n', '', '', { desc = 'Move focus to the upper win -- vim.keymap.set("n", "", "J", { desc = "Move window to the lower" }) -- vim.keymap.set("n", "", "K", { desc = "Move window to the upper" }) +-- Personal custom keymaps +vim.keymap.set({ 'n', 't', 'v', 'i' }, '', '', { desc = 'Exit mode' }) + -- [[ Basic Autocommands ]] -- See `:help lua-guide-autocommands`