From e24e98833ecc8c3b4645c8e89ddc1d7f2cf8d919 Mon Sep 17 00:00:00 2001 From: AeroGlory Date: Tue, 6 Jan 2026 07:41:26 -0500 Subject: [PATCH] - Added shortcut for exiting terminal with Esc --- lua/aeroglory/init.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lua/aeroglory/init.lua b/lua/aeroglory/init.lua index 347c8d1..97afebc 100644 --- a/lua/aeroglory/init.lua +++ b/lua/aeroglory/init.lua @@ -6,3 +6,5 @@ vim.opt.softtabstop = 4 vim.opt.shiftwidth = 4 vim.opt.foldmethod = marker + +vim.keymap.set('t', '', '')