mirror of
https://github.com/junegunn/fzf.git
synced 2026-04-27 01:40:34 +08:00
404b6a864b
# Scrolling will behave similarly to CTRL-E and CTRL-Y of vim
fzf --bind scroll-up:offset-up,scroll-down:offset-down \
--bind ctrl-y:offset-up,ctrl-e:offset-down \
--scroll-off=5
Close #3456