feat(explorer): added ctrl+f to grep in the item's directory

This commit is contained in:
Folke Lemaitre 2025-02-07 09:07:17 +01:00
parent 14b2b29e39
commit 0454b21165
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040

View file

@ -87,6 +87,7 @@ M.explorer = {
["y"] = "explorer_yank",
["u"] = "explorer_update",
["<c-c>"] = "tcd",
["<c-f>"] = "picker_grep",
["."] = "explorer_focus",
["I"] = "toggle_ignored",
["H"] = "toggle_hidden",