m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-18 00:03:39 -05:00
Co-authored-by: polluks <polluks@sdf.lonestar.org>
This commit is contained in:
polluks2
2022-12-17 15:58:43 +01:00
committed by GitHub
parent 18e3b38c69
commit a3b6b03dfb
2 changed files with 3 additions and 3 deletions

View File

@@ -591,7 +591,7 @@ 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)
See ["Using fzf as interactive Ripgrep launcher"](https://github.com/junegunn/fzf/blob/master/ADVANCED.md#using-fzf-as-interactive-ripgrep-launcher)
for a fuller example with preview window options.
### Preview window