fix: replace deprecated nerdfonts icons

This commit is contained in:
NotAShelf 2023-05-10 13:45:45 +03:00
commit 7eaa559996
No known key found for this signature in database
GPG key ID: 05A3BD53FEB32B81
3 changed files with 5 additions and 5 deletions

View file

@ -186,10 +186,10 @@ in {
{ type = "padding", val = 1 },
-- TODO: buttons should be added based on whether or not the relevant plugin is available
dashboard.button("e", " New file", "<cmd>ene<CR>"), -- available all the time
dashboard.button("SPC F", " Find file"), -- telescope
dashboard.button("SPC ff", " Live grep"), -- telescope
dashboard.button("SPC F", "󰈞 Find file"), -- telescope
dashboard.button("SPC ff", "󰊄 Live grep"), -- telescope
dashboard.button("SPC p", " Projects"), -- any project
dashboard.button("q", " Quit", "<cmd>qa<CR>"), -- available all the time
dashboard.button("q", "󰅚 Quit", "<cmd>qa<CR>"), -- available all the time
},
position = "center",
}