summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--fnl/plugins/ui/alpha.fnl4
1 files changed, 2 insertions, 2 deletions
diff --git a/fnl/plugins/ui/alpha.fnl b/fnl/plugins/ui/alpha.fnl
index b3b6e80..38c9606 100644
--- a/fnl/plugins/ui/alpha.fnl
+++ b/fnl/plugins/ui/alpha.fnl
@@ -27,13 +27,13 @@
[(dashboard.button :e " New file" ":ene <BAR> startinsert <CR>")
(dashboard.button :f " Find file"
":Telescope find_files theme=dropdown<CR>")
- (dashboard.button :t " Find text"
+ (dashboard.button :g " Find text"
":Telescope live_grep theme=dropdown<CR>")
(dashboard.button :p " Find project"
":Telescope projects theme=dropdown<CR>")
(dashboard.button :r " Recently used files"
":Telescope oldfiles theme=dropdown<CR>")
- (dashboard.button :c " Configuration"
+ (dashboard.button :t " Configuration"
":e ~/.config/nvim/init.lua <CR>")
(dashboard.button :o " Org"
":Telescope find_files theme=dropdown cwd=~/.local/share/org<CR>")