Using Jumps along with searching and marks allow very quick moving inside vim
<ctrl+o>
— jump back
<ctrl+i>
— jump forward
<ctrl+6>
— jump to the buffer you just left
'.
— jump to last edited line
{ / }
— previous / next paragraph
%
— go to matching (), {}, []