diff --git a/neovim/plugins/snacks.nix b/neovim/plugins/snacks.nix index 37f28cab..2f643001 100644 --- a/neovim/plugins/snacks.nix +++ b/neovim/plugins/snacks.nix @@ -56,6 +56,14 @@ desc = "File Explorer"; silent = true; } + { + key = "fw"; + mode = "n"; + action = "function() Snacks.picker.grep() end"; + lua = true; + desc = "Find Phrase"; + silent = true; + } ]; }; }