add reset search

Former-commit-id: 05b022f664
This commit is contained in:
Hadi
2025-04-16 19:45:17 +02:00
parent 027b2f1a99
commit 1c153fb5f7
+5
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
{