Modify the sublime shortcut key like eclipse

Source: Internet
Author: User
Tags sublime text

The sublime shortcut key configuration is located in a similar

D:\Program Files (x86) \sublime Text 3\data\packages\user, and the default shortcut keys, unlike Eclipse, can be changed to the same way as eclipse by customizing the shortcut keys.

In the directory, create a new file, default (Windows). Sublime-keymap, as follows

[{"Keys": ["Alt+up"], "command": "Swap_line_up"},
{"Keys": ["Alt+down"], "command": "Swap_line_down"},
{"Keys": ["Ctrl+alt+up"], "command": "Duplicate_line"},
{"Keys": ["Ctrl+alt+down"], "command": "Duplicate_line"},
{"Keys": ["ctrl+shift+x"], "command": "Upper_case"},
{"Keys": ["Ctrl+shift+y"], "command": "Lower_case"},
{"Keys": ["Ctrl+d"], "command": "Run_macro_file", "args": {"file": "Res://packages/default/delete Line.sublime-macro" }},
{"Keys": ["Ctrl+l"], "command": "Show_overlay", "args": {"overlay": "goto", "Text": ":"}}
]

The usual and eclipse are consistent.


Other sublime configurations are saved in preferences.sublime-settings files in the same directory, you can create a new file with this name and save the following

{
"Color_scheme": "Packages/color Scheme-default/slush & Poppies.tmtheme",
"Font_size": 17,
"Tab_size": 2
}


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.