updating keybinding for explorer toggle
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user