mirror of
https://github.com/Llewellynvdm/fzf.git
synced 2025-01-11 02:36:12 +00:00
Fix typo in CHANGELOG
This commit is contained in:
parent
f6ce624c6f
commit
a29944660e
@ -25,10 +25,10 @@ CHANGELOG
|
|||||||
fzf --height=10 --border --border-label="╢ $label ╟" --border-label-pos=-3:bottom --color=label:italic:black
|
fzf --height=10 --border --border-label="╢ $label ╟" --border-label-pos=-3:bottom --color=label:italic:black
|
||||||
```
|
```
|
||||||
- Also added `--preview-label` and `--preview-label-pos` for the border of the
|
- Also added `--preview-label` and `--preview-label-pos` for the border of the
|
||||||
|
preview window
|
||||||
```sh
|
```sh
|
||||||
fzf --preview 'cat {}' --border --preview-label=' Preview ' --preview-label-pos=2
|
fzf --preview 'cat {}' --border --preview-label=' Preview ' --preview-label-pos=2
|
||||||
```
|
```
|
||||||
preview window
|
|
||||||
- Info panel (counter) will be followed by a horizontal separator by default
|
- Info panel (counter) will be followed by a horizontal separator by default
|
||||||
- The color of the separator can be customized via `--color=separator:...`
|
- The color of the separator can be customized via `--color=separator:...`
|
||||||
- Separator can be disabled by adding `:nosep` to `--info`
|
- Separator can be disabled by adding `:nosep` to `--info`
|
||||||
|
Loading…
Reference in New Issue
Block a user