61

Are there shortcuts or plugins for Sublime Text 3 that enable the following functionality?

  1. Jump to the inside of the next left bracket or parenthesis
  2. Jump to the outside of the next right bracket or parenthesis
JuJoDi
  • 713

1 Answers1

84

Ctrl+M(+M on Mac) for jump between matching brackets.


Also may recommend great plugin EasyMotion that allows you to move the cursor to any character without using mouse.

enter image description here

Anton Dozortsev
  • 3,074
  • 20
  • 21