diff options
| author | Junegunn Choi <junegunn.c@gmail.com> | 2025-01-29 17:08:58 +0900 |
|---|---|---|
| committer | Junegunn Choi <junegunn.c@gmail.com> | 2025-01-29 17:09:22 +0900 |
| commit | 7419e0dde1b04b56806079f3c09bfcb28ceea69f (patch) | |
| tree | 7e09b692b1a017eed0aba725105a616f34b184dc /ADVANCED.md | |
| parent | cf2bb5e40ea68f3b41cc76a012266b134c59c5bf (diff) | |
| download | fzf-7419e0dde1b04b56806079f3c09bfcb28ceea69f.tar.gz | |
Update ADVANCED.md
Diffstat (limited to 'ADVANCED.md')
| -rw-r--r-- | ADVANCED.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ADVANCED.md b/ADVANCED.md index 7265c6d8..2ed6fb7c 100644 --- a/ADVANCED.md +++ b/ADVANCED.md @@ -508,8 +508,8 @@ with an arbitrary query string. This means fzf is no longer restricted to the exact query entered in the prompt. In the example below, `transform` action is used to conditionally trigger -either `reload` for ripgrep or `search` for fzf. The first word of the query -initiates the Ripgrep process to generate the initial results, while the +`reload` for ripgrep, followed by `search` for fzf. The first word of the +query initiates the Ripgrep process to generate the initial results, while the remainder of the query is passed to fzf for secondary filtering. ```sh |
