mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
feat(dashboard): Add Browse Files
This commit is contained in:
parent
97480dc5d2
commit
3868f42b1d
1 changed files with 3 additions and 2 deletions
|
|
@ -374,6 +374,7 @@ return {
|
|||
center = {
|
||||
{ action = LazyVim.telescope("files"), desc = " Find File", icon = " ", key = "f" },
|
||||
{ action = "ene | startinsert", desc = " New File", icon = " ", key = "n" },
|
||||
{ action = "Neotree", desc = " Browse Files", icon = " ", key = "e" },
|
||||
{ action = "Telescope oldfiles", desc = " Recent Files", icon = " ", key = "r" },
|
||||
{ action = "Telescope live_grep", desc = " Find Text", icon = " ", key = "g" },
|
||||
{ action = [[lua LazyVim.telescope.config_files()()]], desc = " Config", icon = " ", key = "c" },
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue