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
|
@ -183,6 +183,8 @@ return {
|
|||
mode = { "n", "v" },
|
||||
{ "<leader><tab>", group = "tabs" },
|
||||
{ "<leader>c", group = "code" },
|
||||
{ "<leader>d", group = "debug" },
|
||||
{ "<leader>dp", group = "profiler" },
|
||||
{ "<leader>f", group = "file/find" },
|
||||
{ "<leader>g", group = "git" },
|
||||
{ "<leader>gh", group = "hunks" },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue