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.
Is there a quick and easy way to solve this for my workflow?
You can use a shortcut (shift+space, or whatever you like) to move the cursor.
In your Key Bindings - User:
Key Bindings - User
{ "keys": ["shift+space"], "command": "move", "args": {"by": "characters", "forward": true} }
2.1m questions
2.1m answers
60 comments
57.0k users