diff options
Diffstat (limited to 'fnl/config/alpha.fnl')
-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 8265ff0..c269d17 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" ":Telescope file_browser <CR>") + [(dashboard.button :f " Find file" ":lua require'lir.float'.toggle()<CR>") (dashboard.button :e " New file" ":ene <BAR> startinsert <CR>") (dashboard.button :p " Find project" ":Telescope projects <CR>") (dashboard.button :r " Recently used files" |