How do I jump between method or function definitions in Vim?
[m and ]m
The [m and ]m motions jump to the start of method/function definitions in languages with brace-delimited blocks.
[m and ]m
The [m and ]m motions jump to the start of method/function definitions in languages with brace-delimited blocks.