remove redundant telescope project selection in alpha
This commit is contained in:
parent
1cccc185a5
commit
874b05da70
1 changed files with 0 additions and 1 deletions
|
@ -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>"),
|
||||
|
|
Reference in a new issue