Switched to using leader instead of Ctrl+Shift
This commit is contained in:
@@ -21,10 +21,7 @@ map("t", "<Esc><Esc>", "<C-\\><C-n>", { 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 <leader>e / <leader>fe instead.
|
||||
map({ "n", "i" }, "<C-S-e>", function()
|
||||
map({ "n", "i" }, "<leader>e", function()
|
||||
Snacks.explorer()
|
||||
end, { desc = "Toggle Explorer" })
|
||||
|
||||
|
||||
Reference in New Issue
Block a user