mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-22 08:53:33 +02:00
feat(dashboard): added LazyExtras shortcut to dashboard/alpha
This commit is contained in:
parent
38b530d33d
commit
d2d5d9f53c
2 changed files with 2 additions and 0 deletions
|
@ -383,6 +383,7 @@ return {
|
|||
{ action = "Telescope live_grep", desc = " Find text", icon = " ", key = "g" },
|
||||
{ action = "e $MYVIMRC", desc = " Config", icon = " ", key = "c" },
|
||||
{ action = 'lua require("persistence").load()', desc = " Restore Session", icon = " ", key = "s" },
|
||||
{ action = "LazyExtras", desc = " LazyExtras", icon = " ", key = "e" },
|
||||
{ action = "Lazy", desc = " Lazy", icon = " ", key = "l" },
|
||||
{ action = "qa", desc = " Quit", icon = " ", key = "q" },
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue