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

Add --header-first option to display header before prompt line

Close #2422
This commit is contained in:
Junegunn Choi
2021-11-03 21:19:22 +09:00
parent ffd8bef808
commit 7bff4661f6
5 changed files with 83 additions and 11 deletions

View File

@@ -1,8 +1,12 @@
CHANGELOG
=========
0.27.4
0.28.0
------
- Added `--header-first` option to print header before the prompt line
```sh
fzf --header $'Welcome to fzf\n▔▔▔▔▔▔▔▔▔▔▔▔▔▔' --reverse --height 30% --border --header-first
```
- Added `--scroll-off=LINES` option (similar to `scrolloff` option of Vim)
- You can set it to a very large number so that the cursor stays in the
middle of the screen while scrolling