m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-19 09:03:43 -05:00

Add nowrap, nocycle, nohidden for --preview-window

Close #2203
This commit is contained in:
Junegunn Choi
2020-10-09 21:56:16 +09:00
parent d9752a4c21
commit 865144850d
4 changed files with 16 additions and 24 deletions

View File

@@ -3,9 +3,10 @@ CHANGELOG
0.23.1
------
- Reset `hidden` flag and scroll offset of `--preview-window` if another
`--preview-window` is found. We should only keep style-related flags across
multiple `--preview-window` options.
- Added `--preview-window` options for disabling flags
- `nocycle`
- `nohidden`
- `nowrap`
0.23.0
------