diff options
| author | Junegunn Choi <junegunn.c@gmail.com> | 2024-10-27 12:03:01 +0900 |
|---|---|---|
| committer | Junegunn Choi <junegunn.c@gmail.com> | 2024-10-27 12:03:01 +0900 |
| commit | ff1687744db737c935db0f8e4d29373db9f84d8c (patch) | |
| tree | 635d6c0b2b429213facf97bdb183c1517f29a89f /CHANGELOG.md | |
| parent | 782c870fb20f212e8dbdf6231b273008fa170f64 (diff) | |
| download | fzf-ff1687744db737c935db0f8e4d29373db9f84d8c.tar.gz | |
0.56.0
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 8947c7d8..eecc50d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,9 +13,11 @@ CHANGELOG ``` - Or just to make the list easier to read. For single-line items, you probably want to set `--color gutter:-1` as well to hide the gutter. ```sh - fzf --gap --color gutter:-1 + fzf --info inline-right --gap --color gutter:-1 ``` +- Added `noinfo` option to `--preview-window` to hide the scroll indicator in the preview window - Bug fixes + - Thanks to @LangLangBart, @akinomyoga, and @charlievieth for fixing the bugs 0.55.0 ------ |
