add reset search

Former-commit-id: 05b022f664
This commit is contained in:
Hadi
2025-04-16 19:45:17 +02:00
parent 0d8bfd7749
commit c5e85ae57d

View File

@@ -174,6 +174,11 @@
action = "<cmd>lua Snacks.picker.grep_word()<cr>";
options.desc = "Visual selection or word";
}
{
key = "<leader>sr";
action = "<cmd>nohlsearch<cr>";
options.desc = "Reset search";
}
# LSP
{