From 3922ca642cd0241afdf5207c5078a71024b067a5 Mon Sep 17 00:00:00 2001 From: Ava Gaiety W Date: Fri, 20 Jun 2025 17:46:38 -0600 Subject: [PATCH] fix dash using wrong grep key --- nvim/lua/plugins/dash.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nvim/lua/plugins/dash.lua b/nvim/lua/plugins/dash.lua index e5a66f9..3e27369 100644 --- a/nvim/lua/plugins/dash.lua +++ b/nvim/lua/plugins/dash.lua @@ -36,8 +36,8 @@ return { dashboard.section.footer.val = quotes[math.random(#quotes)] dashboard.section.buttons.val = { dashboard.button('`', '󰙅 Tree'), - dashboard.button('SPC SPC', '󰱽 Find file'), - dashboard.button('SPC f f', '󱝩 Live Grep'), + dashboard.button('SPC SPC', '󰱽 Find File'), + dashboard.button('SPC /', '󱝩 Live Grep'), } startify.file_icons.provider = "devicons" require("alpha").setup(