Archived
0
0
Fork 0

remove redundant telescope project selection in alpha

This commit is contained in:
Daryl Ronningen 2022-07-09 06:09:01 -07:00
parent 1cccc185a5
commit 874b05da70
Signed by: Daryl Ronningen
GPG key ID: FD23F0C934A5EC6B

View file

@ -16,7 +16,6 @@ dashboard.section.header.val = {
dashboard.section.buttons.val = {
dashboard.button("f", " Find file", ":Telescope find_files <CR>"),
dashboard.button("e", " New file", ":ene <BAR> startinsert <CR>"),
dashboard.button("p", " Find project", ":Telescope project <CR>"),
dashboard.button("r", " Recently used files", ":Telescope oldfiles <CR>"),
dashboard.button("t", " Find text", ":Telescope live_grep <CR>"),
dashboard.button("c", " Configuration", ":e ~/.config/nvim/init.lua <CR>"),