Resume preview following if the user scrolls the window to the bottom

This commit is contained in:
Junegunn Choi
2023-01-12 23:12:26 +09:00
parent 0f032235cf
commit e97e925efb
3 changed files with 111 additions and 10 deletions

View File

@@ -109,6 +109,11 @@ CHANGELOG
color for `border`. Same holds true for `scrollbar`. This is to reduce
the number of configuration items required to achieve a consistent color
scheme.
- If `follow` flag is specified in `--preview-window` option, fzf will
automatically scroll to the bottom of the streaming preview output. But
when the user manually scrolls the window, the following stops. With
this version, fzf will resume following if the user scrolls the window
to the bottom.
- Added color name `preview-label` for `--preview-label` (defaults to `label`
for `--border-label`)
- Minor bug fixes and improvements