From 81112ae5ffb60294bec8204114fac16e3e59c3df Mon Sep 17 00:00:00 2001 From: sommerfeld Date: Fri, 17 Apr 2026 10:53:16 +0100 Subject: fix: resolve which-key overlap and wrong desc in search.lua Remap live_grep from g to / to avoid overlapping with git fzf commands (gc, gb, gs, etc.) which caused a timeout delay on g. Also fix buffers mapping desc that incorrectly said [G]rep. --- home/.config/nvim/lua/plugins/search.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'home/.config/nvim/lua/plugins') diff --git a/home/.config/nvim/lua/plugins/search.lua b/home/.config/nvim/lua/plugins/search.lua index 814cfef..e889c4c 100644 --- a/home/.config/nvim/lua/plugins/search.lua +++ b/home/.config/nvim/lua/plugins/search.lua @@ -8,14 +8,14 @@ return { function() require("fzf-lua").buffers() end, - desc = "fzf-lua by [G]rep", + desc = "fzf-lua [B]uffers", }, { - "g", + "/", function() require("fzf-lua").live_grep() end, - desc = "fzf-lua by [G]rep", + desc = "fzf-lua live grep", }, { "f", -- cgit v1.2.3-70-g09d2