Add back global grep search keybinding

This commit is contained in:
Curt Spark 2025-05-14 00:00:47 +01:00
parent 786098b309
commit 17def3e3ac
1 changed files with 1 additions and 1 deletions

View File

@ -390,7 +390,7 @@ dap.configurations.c = {
require("which-key").add ({
--{ "<C-s>", "<cmd>Telescope live_grep<cr>" , desc = "Swiper", mode = "n" },
{ "/", function () Snacks.picker.lines() end , desc = "Swiper", mode = "n" },
{ "<C-s>", function () Snacks.picker.lines() end , desc = "Swiper", mode = "n" },
{ "<C-s>", function () Snacks.picker.grep() end , desc = "Swiper", mode = "n" },
-- This does not allow you to make a new file only search existing, but good enough for now.
--{ "<leader><C-f>", "<cmd>Telescope find_files find_command=rg,--ignore,--hidden,--files<cr>" , desc = "Find File", mode = "n" },