Skip to content

Commit

Permalink
Add link to ADVANCED.md
Browse files Browse the repository at this point in the history
  • Loading branch information
junegunn committed Jan 3, 2022
1 parent dc975e8 commit f68cbc5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -592,6 +592,9 @@ If ripgrep doesn't find any matches, it will exit with a non-zero exit status,
and fzf will warn you about it. To suppress the warning message, we added
`|| true` to the command, so that it always exits with 0.

See ["Using fzf as interative Ripgrep launcher"](https://github.com/junegunn/fzf/blob/master/ADVANCED.md#using-fzf-as-interative-ripgrep-launcher)
for a fuller example with preview window options.

### Preview window

When the `--preview` option is set, fzf automatically starts an external process
Expand Down

0 comments on commit f68cbc5

Please sign in to comment.