Possible Duplicate:
What is the most efficient way to reach a spot on sight on VIM?
With the code like this:
[caret here]create_stage :pay_deposit, due: deposit_due_date, actual: deposit_paid_date, action: 'Deposit', status: status
I want to jump right to/before/after the Nth comma (or at least around) of actual: deposit_paid, [need to be here], action: 'etc'
What is the most efficient way of doing it? (I currently just w-w-w which sucks, also could start counting number of words to use something like 12w but that just distracts too much).
I don’t want search since I do want to keep current search and highlighting.
f,;;; or use easymotion and probable dupe of What is the most efficient way to reach a spot on sight on VIM?