summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2022-01-18 18:34:22 +0100
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2022-01-18 18:34:22 +0100
commitc22b2bd376f76f16f938394455d531dfd0c38206 (patch)
treee9980aa5f72bde425a0b16f739506c4d1d1b06be
parenta1ae4fb862b77fe1e5daa187edf3fd92bdd61f5c (diff)
Update find file to telescope file_browser
-rw-r--r--lua/config/alpha.lua2
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>"),