diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2023-05-14 11:41:45 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2023-05-14 11:41:45 +0200 |
commit | 73099f3a8da423a4de6fe1822a3d232ac4973e88 (patch) | |
tree | fb71d7c7ac7499bd2b9a53d07dc8d9da9dddf26d /fnl/plugins/ui | |
parent | 17d9051fdff21830e708f28f5d73e6b3448e5d3e (diff) |
Update alpha keys
Diffstat (limited to 'fnl/plugins/ui')
-rw-r--r-- | fnl/plugins/ui/alpha.fnl | 4 |
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>") |