Is there a shortcut in Pycharm or Sublime Text 2 for jumping out of matching brackets and "
or '
pairs?
Now I out it by press left, agony.
Space is just a space, and Cmd+Space moves the cursor to the end of the text on that line. Thanks so much!
Ctrl + M ( ⌃ + M on Mac) for jump between matching brackets.
Here is how I did it in Sublime:
{ "keys": ["shift+enter"], "command": "move", "args": {"by": "subword_ends", "forward": true} }
Shift-Enter breaks out of quotes and brackets, and Super-Enter creates a new line without breaking the current one
In Sublime Text 2, Ctrl+M works for () and [].
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With