feat(snacks): added profiler keymaps

This commit is contained in:
Folke Lemaitre committed 2024-12-12 12:29:43 +01:00
1 parent d5bc4d58d0
commit c578be0bc1
5 files changed
+11 -4

No files matched your search

+6
View File
@@ -27,6 +27,12 @@ return {
},
},
},
-- stylua: ignore
keys = {
{ "<leader>.", function() Snacks.scratch() end, desc = "Toggle Scratch Buffer" },
{ "<leader>S", function() Snacks.scratch.select() end, desc = "Select Scratch Buffer" },
{ "<leader>dps", function() Snacks.profiler.scratch() end, desc = "Profiler Scratch Buffer" },
},
},
-- Session management. This saves your session in the background,