summaryrefslogtreecommitdiff
path: root/fnl/plugins/ui/alpha.fnl
diff options
context:
space:
mode:
Diffstat (limited to 'fnl/plugins/ui/alpha.fnl')
-rw-r--r--fnl/plugins/ui/alpha.fnl6
1 files changed, 3 insertions, 3 deletions
diff --git a/fnl/plugins/ui/alpha.fnl b/fnl/plugins/ui/alpha.fnl
index 3dbff4d..c9dce50 100644
--- a/fnl/plugins/ui/alpha.fnl
+++ b/fnl/plugins/ui/alpha.fnl
@@ -26,11 +26,11 @@
(let [dashboard (require :alpha.themes.dashboard)]
(set dashboard.section.header.val ascii-art)
(set dashboard.section.buttons.val
- [(dashboard.button :f (.. (. icons :search) " Find file")
+ [(dashboard.button :f (.. (. icons :search-files) " Find file")
":Telescope find_files theme=dropdown<CR>")
- (dashboard.button :g (.. (. icons :text) " Find text")
+ (dashboard.button :g (.. (. icons :search-text) " Find text")
":Telescope live_grep theme=dropdown<CR>")
- (dashboard.button :p (.. (. icons :cabinet) " Find project")
+ (dashboard.button :p (.. (. icons :search-project) " Find project")
":Telescope projects theme=dropdown<CR>")
(dashboard.button :r (.. (. icons :recent-files) " Recently used files")
":Telescope oldfiles theme=dropdown<CR>")