This commit is contained in:
Junegunn Choi 2021-04-07 13:25:40 +09:00
parent a6cc05936e
commit fefdb8c84e
No known key found for this signature in database
GPG Key ID: 254BC280FEF9C627
1 changed files with 2 additions and 2 deletions

View File

@ -266,7 +266,7 @@ I know it's a lot to digest, let's try to break down the code.
- We customize how fzf colors various text elements using `--color` option.
`-1` tells fzf to keep the original color from the input. See `man fzf` for
available color options.
- The value of `--preview-window` options consists of 4 components delimited
- The value of `--preview-window` options consists of 5 components delimited
by `,`
1. `up` — Position of the preview window
1. `60%` — Size of the preview window
@ -347,7 +347,7 @@ Log tailing
-----------
fzf can run long-running preview commands and render partial results before
completion. And when you specify `:follow` flag in `--preview-window` option,
completion. And when you specify `follow` flag in `--preview-window` option,
fzf will "`tail -f`" the result, automatically scrolling to the bottom.
```bash