fzf/test
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.vader [vim] Clear temporary window-local working directory 2018-08-10 18:24:18 +09:00
test_go.rb Add pos(...) action to move the cursor to the numeric position 2022-12-27 01:08:42 +09:00