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

后端 未结 12 777
囚心锁ツ
囚心锁ツ 2020-12-22 20:10

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 definit

12条回答
  •  佛祖请我去吃肉
    2020-12-22 20:38

    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} }
    

提交回复
热议问题