updating keybinding for explorer toggle

This commit is contained in:
2026-02-02 10:01:02 -07:00
parent 50a8c1fcc7
commit 8fbe4074bf

View File

@@ -20,8 +20,8 @@ map("t", "<Esc><Esc>", "<C-\\><C-n>", { desc = "Exit terminal mode" })
-- Explorer keymaps (Snacks explorer) -- Explorer keymaps (Snacks explorer)
-- Ctrl+Shift+e - Toggle explorer -- Ctrl+Shift+e - Toggle explorer
map("n", "<C-S-e>", function() Snacks.explorer() end, { desc = "Toggle Explorer" }) map("n", "<C-e>", function() Snacks.explorer() end, { desc = "Toggle Explorer" })
map("i", "<C-S-e>", function() Snacks.explorer() end, { desc = "Toggle Explorer" }) map("i", "<C-e>", function() Snacks.explorer() end, { desc = "Toggle Explorer" })
-- Note: Ctrl+Shift+v and Ctrl+Shift+h for opening files in splits -- Note: Ctrl+Shift+v and Ctrl+Shift+h for opening files in splits
-- are configured in the snacks picker config (lua/plugins/editor.lua) -- are configured in the snacks picker config (lua/plugins/editor.lua)