feat(snacks): added profiler keymaps

This commit is contained in:
Folke Lemaitre 2024-12-12 12:29:43 +01:00
parent 2acedaa3a8
commit a8332c6d50
5 changed files with 11 additions and 4 deletions

View file

@ -278,8 +278,6 @@ 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>n", function() Snacks.notifier.show_history() end, desc = "Notification History" },
{ "<leader>un", function() Snacks.notifier.hide() end, desc = "Dismiss All Notifications" },
},