Sublime text move cursor to remove bracket shortcut key settings

Source: Internet
Author: User

When sublime text is used to input a function or tag, the cursor usually stays in the middle of the brackets. To jump out, use the left and right arrow keys or the end keys, you can set the shortcut key on your own to implement the jump function.

The original shortcut key settings can be found in Key Binding-default, in rows 39-56, as shown in

We can select some of our commonly used shortcut keys to set them, for example:

{"Keys": ["CTRL + ALT + space"], "command": "move", "ARGs": {"by": "characters", "Forward ": true }},
{"Keys": ["Shift + space"], "command": "move", "ARGs": {"by": "characters", "Forward ": false }},
{"Keys": ["Alt + space"], "command": "move", "ARGs": {"by": "word_ends", "Forward ": true }},
{"Keys": ["Shift + ALT + space"], "command": "move", "ARGs": {"by": "word_ends", "Forward ": false }},
{"Keys": ["Alt + enter"], "command": "move", "ARGs": {"by": "lines", "Forward ": true }},
{"Keys": ["Shift + ALT + enter"], "command": "move", "ARGs": {"by": "lines", "Forward ": false }}

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.