fix: cant't display search icon in iterm2

This commit is contained in:
greycode 2023-12-01 20:42:22 +08:00
parent 879e29504d
commit d45c1ffd7a

View file

@ -23,7 +23,7 @@ return {
dashboard.section.header.val = vim.split(logo, "\n")
-- stylua: ignore
dashboard.section.buttons.val = {
dashboard.button("f", " " .. " Find file", "<cmd> Telescope find_files <cr>"),
dashboard.button("f", " " .. " Find file", "<cmd> Telescope find_files <cr>"),
dashboard.button("n", "" .. " New file", "<cmd> ene <BAR> startinsert <cr>"),
dashboard.button("r", "" .. " Recent files", "<cmd> Telescope oldfiles <cr>"),
dashboard.button("g", "" .. " Find text", "<cmd> Telescope live_grep <cr>"),