Search code examples
editorsublimetext

Jump to corresponding bracket in Sublime Text


I am writing big lines of code and then I had to jump from one block of code to another , how would someone jumps to the corresponding opening or closing bracket in the code in sublime text editor.


Solution

  • Before Sublime 3

    Put the cursor on opening or closing tag and Press

    Ctrl+m for Windows / Cmd+m for Mac

    Put the cursor on any on the opening or closing bracket and press Ctrl+m , will take your cursor to the respective closing or opening bracket.

    Sublime 3

    ctrl+m on Windows

    control + m on Mac