diff options
Diffstat (limited to 'lua')
-rw-r--r-- | lua/config/alpha.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/config/alpha.lua b/lua/config/alpha.lua index 43e6a8e..14cfee2 100644 --- a/lua/config/alpha.lua +++ b/lua/config/alpha.lua @@ -27,7 +27,7 @@ dashboard.section.header.val = { [[ . ]], } dashboard.section.buttons.val = { - dashboard.button("f", " Find file", ":Telescope find_files <CR>"), + dashboard.button("f", " Find file", ":Telescope file_browser <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>"), |