mirror of
https://github.com/The-Repo-Club/DotFiles.git
synced 2024-11-28 18:28:39 -05:00
Update
This commit is contained in:
parent
3ba9f045ae
commit
9f8fa68db0
Binary file not shown.
@ -12,7 +12,7 @@
|
|||||||
#Created:
|
#Created:
|
||||||
# Mon 22 November 2021, 03:15:54 PM [GMT+1]
|
# Mon 22 November 2021, 03:15:54 PM [GMT+1]
|
||||||
#Modified:
|
#Modified:
|
||||||
# Mon 24 April 2023, 06:34:56 PM [GMT+1]
|
# Mon 24 July 2023, 10:12:11 PM [GMT+1]
|
||||||
#
|
#
|
||||||
#Description:
|
#Description:
|
||||||
# <Todo>
|
# <Todo>
|
||||||
|
@ -16,13 +16,13 @@ dashboard.section.header.val = {
|
|||||||
" [ Think LunaVim Author:The-Repo-Club ] ",
|
" [ Think LunaVim Author:The-Repo-Club ] ",
|
||||||
}
|
}
|
||||||
dashboard.section.buttons.val = {
|
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("e", " New file", ":ene <BAR> startinsert <CR>"),
|
||||||
dashboard.button("p", " Find project", ":Telescope projects <CR>"),
|
dashboard.button("p", " Find project", ":Telescope projects <CR>"),
|
||||||
dashboard.button("r", " Recently used files", ":Telescope oldfiles <CR>"),
|
dashboard.button("r", " Recently used files", ":Telescope oldfiles <CR>"),
|
||||||
dashboard.button("t", " Find text", ":Telescope live_grep <CR>"),
|
dashboard.button("t", " Find text", ":Telescope live_grep <CR>"),
|
||||||
dashboard.button("c", " Configuration", ":EditConfiguration <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 = {
|
dashboard.section.footer.val = {
|
||||||
|
Loading…
Reference in New Issue
Block a user