mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-21 16:39:06 +02:00
feat(snacks): added profiler keymaps
This commit is contained in:
parent
2acedaa3a8
commit
a8332c6d50
5 changed files with 11 additions and 4 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue