When I wanted to jump inside my VIM file, I always used line numbers, like so.
But often, I only want to jump to the next paragraph in my code. For example, the next function.
You can easily use }
(curly braces) for that.
Or use {
to jump to the previous paragraph.