fzf/man/man1
Junegunn Choi 12af069dca
Add pos(...) action to move the cursor to the numeric position
# 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
2022-12-27 01:08:42 +09:00
..
fzf-tmux.1 0.35.1 2022-11-18 20:42:56 +09:00
fzf.1 Add pos(...) action to move the cursor to the numeric position 2022-12-27 01:08:42 +09:00