Switched back to use Ctrl but no Shift this time

This commit is contained in:
2026-05-20 12:55:13 -06:00
parent 831cdc8210
commit 067e36cf2a

View File

@@ -21,7 +21,7 @@ map("t", "<Esc><Esc>", "<C-\\><C-n>", { desc = "Exit terminal mode" })
-- ───────────────────────────────────────────────────────────────────────────── -- ─────────────────────────────────────────────────────────────────────────────
-- Explorer (Snacks) -- Explorer (Snacks)
-- ───────────────────────────────────────────────────────────────────────────── -- ─────────────────────────────────────────────────────────────────────────────
map({ "n", "i" }, "<leader>e", function() map({ "n", "i" }, "<C-e>", function()
Snacks.explorer() Snacks.explorer()
end, { desc = "Toggle Explorer" }) end, { desc = "Toggle Explorer" })