mirror of
https://github.com/folke/snacks.nvim
synced 2025-08-05 03:08:13 +00:00
feat(explorer): added ctrl+f to grep in the item's directory
This commit is contained in:
parent
14b2b29e39
commit
0454b21165
1 changed files with 1 additions and 0 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue