From 98f906b644a24dfb10b2eaa56ccc7c99c94c876f Mon Sep 17 00:00:00 2001 From: Gustaf Rydholm Date: Mon, 8 Aug 2022 13:51:12 +0200 Subject: Add session plugin --- fnl/config/alpha.fnl | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'fnl/config/alpha.fnl') diff --git a/fnl/config/alpha.fnl b/fnl/config/alpha.fnl index fcbbb8c..0f0f680 100644 --- a/fnl/config/alpha.fnl +++ b/fnl/config/alpha.fnl @@ -24,12 +24,14 @@ (let [dashboard (require :alpha.themes.dashboard)] (set dashboard.section.header.val ascii-art) (set dashboard.section.buttons.val - [(dashboard.button :f " Find file" ":Telescope find_files ") + [ (dashboard.button :e " New file" ":ene startinsert ") + (dashboard.button :f " Find file" ":Telescope find_files ") + (dashboard.button :t " Find text" ":Telescope live_grep ") + (dashboard.button :s " Find Session" ":SearchSession") (dashboard.button :p " Find project" ":Telescope projects ") (dashboard.button :r " Recently used files" ":Telescope oldfiles ") - (dashboard.button :t " Find text" ":Telescope live_grep ") (dashboard.button :c " Configuration" ":e ~/.config/nvim/init.lua ") (dashboard.button :q " Quit Neovim" ":qa")]) -- cgit v1.2.3-70-g09d2