From df6b58bc7da97f1e514a464d5d90e3acba9cb328 Mon Sep 17 00:00:00 2001 From: Ade Attwood Date: Wed, 1 Mar 2023 20:43:18 +0000 Subject: [PATCH] docs: update IvyFd command description --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e0e33fc..1449b73 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ A command can be run that will launch the completion UI | Command | Key Map | Description | | ------------------ | ----------- | ----------------------------------------------------------- | -| IvyFd | \p | Find files in your project with the fd cli file finder | +| IvyFd | \p | Find files in your project with a custom rust file finder | | IvyAg | \/ | Find content in files using the silver searcher | | IvyBuffers | \b | Search though open buffers | | IvyLines | | Search the lines in the current buffer |