IntelliJ IDEA shortcut keymap for matching brace

Glide picture Glide · Dec 4, 2010 · Viewed 18.4k times · Source

What is the keymap for navigating to the matching brace in IntelliJ IDEA?

public void blah() {|
   ...

}

If | is my cursor, I would like to jump to the closing brace with this keymap.

Answer

dhable picture dhable · Dec 4, 2010

I've only verified this with IntelliJ 9 but:

On Windows:

  • Ctrl+} will move to the close bracket.

  • Ctrl+{ will move to the open bracket.

On Mac:

  • Use cmd instead of Ctrl.