fix dash using wrong grep key
This commit is contained in:
parent
5173d9787f
commit
3922ca642c
1 changed files with 2 additions and 2 deletions
|
@ -36,8 +36,8 @@ return {
|
|||
dashboard.section.footer.val = quotes[math.random(#quotes)]
|
||||
dashboard.section.buttons.val = {
|
||||
dashboard.button('`', ' Tree'),
|
||||
dashboard.button('SPC SPC', ' Find file'),
|
||||
dashboard.button('SPC f f', ' Live Grep'),
|
||||
dashboard.button('SPC SPC', ' Find File'),
|
||||
dashboard.button('SPC /', ' Live Grep'),
|
||||
}
|
||||
startify.file_icons.provider = "devicons"
|
||||
require("alpha").setup(
|
||||
|
|
Loading…
Add table
Reference in a new issue