feat(dashboard): Add Browse Files

This commit is contained in:
George Guimarães 2024-04-08 17:26:21 -03:00
parent 97480dc5d2
commit 3868f42b1d
No known key found for this signature in database
GPG key ID: 20E86F6F5FC22FA7

View file

@ -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" },