diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2023-07-11 15:36:43 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2023-07-11 15:36:43 +0200 |
commit | 9ccdc18b7926ed5e069e7f305ac5ec304f87a65f (patch) | |
tree | 5e08dc71414359ecbb332c97c1cedcd9856a9289 /fnl/plugins/ui | |
parent | a3586cccb2e3594e1554fef83b166b8064dffa95 (diff) |
Update icons
Diffstat (limited to 'fnl/plugins/ui')
-rw-r--r-- | fnl/plugins/ui/alpha.fnl | 6 |
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>") |