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

@ -18,7 +18,7 @@ if data_exists then
end
startify.section.header.val = dash_model
startify.section.top_buttons.val = {
startify.button("f", "󰈞 Find file", ":Telescope find_files <CR>"),
startify.button("F", "󰈞 Find file", ":Telescope find_files <CR>"),
startify.button("e", " New file", ":ene <BAR> startinsert <CR>"),
startify.button("p", "󰉋 Find project", ":Telescope projects <CR>"),
startify.button("r", "󰦛 Recently used files", ":Telescope oldfiles <CR>"),