diff options
| author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-07-02 03:14:04 +0200 |
|---|---|---|
| committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-07-02 03:14:04 +0200 |
| commit | 1b534d96b4689145770363cc6c6877ca7e41a904 (patch) | |
| tree | 742d0b0ec36fcc142b756fc5c3df032a5966d68d /fnl/config/alpha.fnl | |
| parent | efffe8b9c1e9ce06a58614a4f433f5139efb5d7d (diff) | |
Add lir
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" |