This commit is contained in:
ZaneFerns360 2024-09-21 12:37:05 +05:30
parent 31fceada01
commit bf34539aae
2 changed files with 5 additions and 4 deletions

View file

@ -52,11 +52,12 @@ local dash = {
header = vim.split(logo, '\n'),
-- stylua: ignore
center = {
{ action = "Telescope find_files", desc = " Find File", icon = "", key = "f" },
{ action = "Telescope find_files", desc = " Find File", icon = "", key = "f" },
{ action = "ene | startinsert", desc = " New File", icon = "", key = "n" },
{ action = "Telescope oldfiles", desc = " Recent Files", icon = "", key = "r" },
{ action = "Telescope live_grep", desc = " Find Text", icon = "", key = "g" },
{ action = "Lazy", desc = " Lazy", icon = "󰒲 ", key = "l" },
{ action = "Oil", desc = " Oil", icon = "󰾅 ", key = "o" },
{ action = "qa", desc = " Quit", icon = "", key = "q" },
},
footer = function()