m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-19 17:13:42 -05:00

Add horizontal separator after info panel (counter)

Close #3029
This commit is contained in:
Junegunn Choi
2022-10-30 16:28:58 +09:00
parent e61585f2f3
commit b9ca1fe830
5 changed files with 60 additions and 21 deletions

View File

@@ -24,6 +24,11 @@ CHANGELOG
# Right-aligned (negative integer)
fzf --height=10 --border-label="╢ $label ╟" --border=bottom --border-label-pos=-3 --color=label:italic:black
```
- Info panel (counter) will be followed by a horizontal separator by default
- The color of the separator can be customized via `--color=separator:...`
- Separator can be disabled by adding `:nosep` to `--info`
- `--info=nosep`
- `--info=inline:nosep`
0.34.0
------