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

Add scrollbar

Close #3096
This commit is contained in:
Junegunn Choi
2023-01-01 14:48:14 +09:00
parent ec20dfe312
commit 5cd6f1d064
7 changed files with 116 additions and 9 deletions

View File

@@ -12,6 +12,14 @@ CHANGELOG
# Send actions to the server
curl -XPOST localhost:6266 -d 'reload(seq 100)+change-prompt(hundred> )'
```
- Added scrollbar on the main search window
```sh
# Hide scrollbar
fzf --no-scrollbar
# Customize scrollbar
fzf --scrollbar ┆ --color scrollbar:blue
```
- New event
- Added `load` event that is triggered when the input stream is complete
and the initial processing of the list is complete.