m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-19 17:13:42 -05:00

Add preview-half-page-down and preview-half-page-up (#2145)

This commit is contained in:
Tinmarino
2020-10-05 09:58:56 -03:00
committed by GitHub
parent 825d401403
commit c0aa5a438f
4 changed files with 19 additions and 0 deletions

View File

@@ -13,6 +13,9 @@ CHANGELOG
- Added `--preview-window` option for sharp edges (`--preview-window sharp`)
- Reduced vertical padding around the preview window when `--preview-window
noborder` is used
- Added actions for preview window
- `preview-half-page-up`
- `preview-half-page-down`
- Vim
- Popup width and height can be given in absolute integer values
- Added `fzf#exec()` function for getting the path of fzf executable