Switched to using leader instead of Ctrl+Shift

This commit is contained in:
2026-05-19 22:28:37 -06:00
parent 4137b7424d
commit 831cdc8210

View File

@@ -21,10 +21,7 @@ map("t", "<Esc><Esc>", "<C-\\><C-n>", { desc = "Exit terminal mode" })
-- ───────────────────────────────────────────────────────────────────────────── -- ─────────────────────────────────────────────────────────────────────────────
-- Explorer (Snacks) -- Explorer (Snacks)
-- ───────────────────────────────────────────────────────────────────────────── -- ─────────────────────────────────────────────────────────────────────────────
-- Using Ctrl-Shift-e here matches the README. Note: some terminals map({ "n", "i" }, "<leader>e", function()
-- (Terminal.app, basic xterm) don't transmit Ctrl+Shift+letter distinctly —
-- if it doesn't fire, use LazyVim's <leader>e / <leader>fe instead.
map({ "n", "i" }, "<C-S-e>", function()
Snacks.explorer() Snacks.explorer()
end, { desc = "Toggle Explorer" }) end, { desc = "Toggle Explorer" })