What is the most efficient way to reach a spot on sight on VIM?

Viewed 845

Suppose you are on line 640 and notice the following on line 671:

if (jumps_over(quick_fox[brown],the_lazy_dog)) the_lazy_dog.bark(); 

What would be the most key efficient way to navigate to "bark"?

7 Answers
Related