- To navigate to the code block start, press Ctrl+OpenbracketCtrl+Openbracket,
with the caret anywhere inside the code block.
In the Python code, the caret rests before the def keyword.
- To navigate to the code block end, press Ctrl+ClosebracketCtrl+Closebracket, with
the caret anywhere inside the code block.
In the Python code, the caret rests after the end of code block.
- 2.7+To toggle between code block start or end, invoke the action Move Caret to Matched Brace. This action has no default keyboard shortcut, and can be found by Ctrl+Shift+ACtrl+Shift+A.
- To jump to the higher code block start, press Ctrl+OpenbracketCtrl+Openbracket, with the caret at the current code block opening brace.
- To jump to the higher code block end, press Ctrl+ClosebracketCtrl+Closebracket, with the caret at the current code block closing brace.

