diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-07-13 23:00:56 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-07-13 23:00:56 +0200 |
commit | 09d9c85401561f3a168378106ad8afc86817816b (patch) | |
tree | 1d488313d05b1a66cc90a92e9f0d40b38987683f | |
parent | f77e2cd95eae7915ccc3c8acbf6ef68e19d92180 (diff) |
Change find file to telescope impl
-rw-r--r-- | fnl/config/alpha.fnl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fnl/config/alpha.fnl b/fnl/config/alpha.fnl index c269d17..96a5c32 100644 --- a/fnl/config/alpha.fnl +++ b/fnl/config/alpha.fnl @@ -24,7 +24,7 @@ (let [dashboard (require :alpha.themes.dashboard)] (set dashboard.section.header.val ascii-art) (set dashboard.section.buttons.val - [(dashboard.button :f " Find file" ":lua require'lir.float'.toggle()<CR>") + [(dashboard.button :f " Find file" ":Telescope find_files <CR>") (dashboard.button :e " New file" ":ene <BAR> startinsert <CR>") (dashboard.button :p " Find project" ":Telescope projects <CR>") (dashboard.button :r " Recently used files" |