mirror of
https://github.com/junegunn/fzf
synced 2026-07-22 16:53:18 +00:00
12af069dca
# Put the cursor on the 10th item seq 100 | fzf --sync --bind 'start:pos(10)' # Put the cursor on the 10th to last item seq 100 | fzf --sync --bind 'start:pos(-10)' Close #3069 Close #395