Tip 54: Jump Between Matching Parentheses
Return to the top: <<Practical Vim>>
-
%
: jump between opening and closing sets of parentheses. It works with (), {}, and [].
References
# If you open the file in vim, # then you can \"ayy@a the next line to execute the vim command: :h %