From 067e36cf2a0ddfbd9f15505c152ed5a2f873eeca Mon Sep 17 00:00:00 2001 From: Samuel O'Neal Date: Wed, 20 May 2026 12:55:13 -0600 Subject: [PATCH] Switched back to use Ctrl but no Shift this time --- lua/config/keymaps.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/config/keymaps.lua b/lua/config/keymaps.lua index b6e02c4..ea91492 100644 --- a/lua/config/keymaps.lua +++ b/lua/config/keymaps.lua @@ -21,7 +21,7 @@ map("t", "", "", { desc = "Exit terminal mode" }) -- ───────────────────────────────────────────────────────────────────────────── -- Explorer (Snacks) -- ───────────────────────────────────────────────────────────────────────────── -map({ "n", "i" }, "e", function() +map({ "n", "i" }, "", function() Snacks.explorer() end, { desc = "Toggle Explorer" })