add: update config

This commit is contained in:
asep.komarudin 2024-05-06 08:11:07 +07:00
parent 3a93cb9d58
commit be7f819532
7 changed files with 43 additions and 39 deletions

View file

@ -25,7 +25,7 @@ end
local dashboard = require("alpha.themes.dashboard")
dashboard.section.header.val = board
dashboard.section.buttons.val = {
dashboard.button("f", "󰈞 Find file", ":Telescope find_files <CR>"),
dashboard.button("F", "󰈞 Find file", ":Telescope find_files <CR>"),
dashboard.button("e", " New file", ":ene <BAR> startinsert <CR>"),
dashboard.button("p", "󰉋 Find project", ":Telescope projects <CR>"),
dashboard.button("r", "󰦛 Recently used files", ":Telescope oldfiles <CR>"),