Android Studio - jump back and forth between matching braces using a single key sequence
I think you want
Ctrl+}
Ctrl+{
these move to the open and close brackets.
You want a single combination to do both?
Use Ctrl + shift + M
Reference
If this helps anyone using Android Studio on a Mac OS X machine, to jump back and forth between matching braces or parentheses, use
control + m
or possibly
control + shift + m