From 7b35ef0be6b73cdd1e895d3955482a2fa43b7776 Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Tue, 18 Apr 2023 01:19:47 +0100 Subject: [PATCH] nvim/ui: do not grep with g on dashboard It's really surprising. --- nvim/lua/plugins/ui.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/nvim/lua/plugins/ui.lua b/nvim/lua/plugins/ui.lua index 42f2db7..f988ed4 100644 --- a/nvim/lua/plugins/ui.lua +++ b/nvim/lua/plugins/ui.lua @@ -82,7 +82,6 @@ return { dashboard.button("f", " " .. " Find file", ":Telescope find_files "), dashboard.button("n", " " .. " New file", ":ene startinsert "), dashboard.button("r", " " .. " Recent files", ":Telescope oldfiles "), - dashboard.button("g", " " .. " Find text", ":Telescope live_grep "), dashboard.button("c", " " .. " Config", ":e $MYVIMRC "), dashboard.button("s", " " .. " Restore Session", [[:lua require("persistence").load() ]]), dashboard.button("l", "󰒲 " .. " Lazy", ":Lazy"), -- 2.48.1