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

Add scrollbar to the preview window

This commit is contained in:
Junegunn Choi
2023-01-06 15:36:12 +09:00
parent ee5cdb9713
commit 3b2244077d
4 changed files with 123 additions and 24 deletions

View File

@@ -12,7 +12,7 @@ CHANGELOG
# Send actions to the server
curl -XPOST localhost:6266 -d 'reload(seq 100)+change-prompt(hundred> )'
```
- Added scrollbar on the main search window
- Added draggable scrollbar to the main search window and the preview window
```sh
# Hide scrollbar
fzf --no-scrollbar