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 0693a6c..3dbff4d 100644 --- a/fnl/plugins/ui/alpha.fnl +++ b/fnl/plugins/ui/alpha.fnl @@ -32,7 +32,7 @@ ":Telescope live_grep theme=dropdown<CR>") (dashboard.button :p (.. (. icons :cabinet) " Find project") ":Telescope projects theme=dropdown<CR>") - (dashboard.button :r (.. (. icons :clock) " Recently used files") + (dashboard.button :r (.. (. icons :recent-files) " Recently used files") ":Telescope oldfiles theme=dropdown<CR>") (dashboard.button :t (.. (. icons :cog) " Configuration") ":e ~/.config/nvim/init.lua <CR>") |