diff options
Diffstat (limited to 'fnl/plugins/ui/alpha.fnl')
-rw-r--r-- | fnl/plugins/ui/alpha.fnl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fnl/plugins/ui/alpha.fnl b/fnl/plugins/ui/alpha.fnl index 55a962b..fec520e 100644 --- a/fnl/plugins/ui/alpha.fnl +++ b/fnl/plugins/ui/alpha.fnl @@ -30,7 +30,7 @@ ":Telescope find_files theme=dropdown<CR>") (dashboard.button :g (.. (. icons :text) " Find text") ":Telescope live_grep theme=dropdown<CR>") - (dashboard.button :p (.. (. icons :notebook) " Find project") + (dashboard.button :p (.. (. icons :cabinet) " Find project") ":Telescope projects theme=dropdown<CR>") (dashboard.button :r (.. (. icons :clock) " Recently used files") ":Telescope oldfiles theme=dropdown<CR>") |