This commit is contained in:
Junegunn Choi
2024-10-27 12:03:01 +09:00
parent 782c870fb2
commit ff1687744d
6 changed files with 8 additions and 6 deletions

View File

@@ -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
------