sublimetext2

Sublime Text 2 move cursor out of parenthesis, quotes, or brackets


I need a fast way to make the cursor jump outside the auto wrap qoutes or other syntax elements. I don't want to have to reach down to my arrow keys each time, and definitely don't want to go to my mouse.

enter image description here

Is there a quick and easy way to solve this for my workflow?


Solution

  • You can use a shortcut (shift+space, or whatever you like) to move the cursor.

    In your Key Bindings - User:

    { "keys": ["shift+space"], "command": "move", "args": {"by": "characters", "forward": true} }