This commit is contained in:
The-Repo-Club 2023-07-27 19:25:49 +01:00
parent 3ba9f045ae
commit 9f8fa68db0
No known key found for this signature in database
GPG Key ID: E30EC2FBFB05C44F
3 changed files with 5 additions and 5 deletions

Binary file not shown.

View File

@ -12,7 +12,7 @@
#Created:
# Mon 22 November 2021, 03:15:54 PM [GMT+1]
#Modified:
# Mon 24 April 2023, 06:34:56 PM [GMT+1]
# Mon 24 July 2023, 10:12:11 PM [GMT+1]
#
#Description:
# <Todo>

View File

@ -16,13 +16,13 @@ dashboard.section.header.val = {
" [ Think LunaVim Author:The-Repo-Club ] ",
}
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>"),
dashboard.button("t", " Find text", ":Telescope live_grep <CR>"),
dashboard.button("r", "󰄉 Recently used files", ":Telescope oldfiles <CR>"),
dashboard.button("t", "󰊄 Find text", ":Telescope live_grep <CR>"),
dashboard.button("c", " Configuration", ":EditConfiguration <CR>"),
dashboard.button("q", " Quit LunaVim", ":qa <CR>"),
dashboard.button("q", "󰅚 Quit LunaVim", ":qa <CR>"),
}
dashboard.section.footer.val = {