summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2022-10-30 20:44:46 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2022-11-01 13:27:22 +0900
commit31bbaad06e3815082d5cfa3b3bc7817da5e6ecd1 (patch)
treee7517273f3c89ba8435d59bcb2ef7c4d6689eff4 /CHANGELOG.md
parentb9ca1fe830d4f25ca0169f76a7faea10b5fa3de4 (diff)
Add --preview-label and --preview-label-pos
Close #3022
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e47a14fb..42f70e3e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -24,6 +24,8 @@ CHANGELOG
# Right-aligned (negative integer)
fzf --height=10 --border-label="╢ $label ╟" --border=bottom --border-label-pos=-3 --color=label:italic:black
```
+- Also added `--preview-label` and `--preview-label-pos` for the border of the
+ preview window
- 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`