diff --git a/lua/config/keymaps.lua b/lua/config/keymaps.lua index 56a5a06..b6e02c4 100644 --- a/lua/config/keymaps.lua +++ b/lua/config/keymaps.lua @@ -21,10 +21,7 @@ map("t", "", "", { desc = "Exit terminal mode" }) -- ───────────────────────────────────────────────────────────────────────────── -- Explorer (Snacks) -- ───────────────────────────────────────────────────────────────────────────── --- Using Ctrl-Shift-e here matches the README. Note: some terminals --- (Terminal.app, basic xterm) don't transmit Ctrl+Shift+letter distinctly — --- if it doesn't fire, use LazyVim's e / fe instead. -map({ "n", "i" }, "", function() +map({ "n", "i" }, "e", function() Snacks.explorer() end, { desc = "Toggle Explorer" })