软件推荐 › Sublime Text
Sublime Text
软件介绍
推荐配置
{
"auto_complete": false,
"bold_folder_labels": true,
"caret_style": "phase",
"close_windows_when_empty": true,
"copy_with_empty_selection": false,
"default_line_ending": "unix",
"enable_tab_scrolling": false,
"font_face": "Cascadia Code",
"font_size": 21,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Abacus",
"Vintage"
],
"indent_guide_options":
[
"draw_normal"
],
"line_numbers": true,
"line_padding_bottom": 1,
"line_padding_top": 1,
"open_files_in_new_window": false,
"rulers":
[
80
],
"scroll_past_end": true,
"shift_tab_unindent": true,
"show_encoding": true,
"show_line_endings": true,
"theme": "SoDaReloaded Light.sublime-theme",
"word_wrap": true
}
推荐插件
常用快捷键
Windows 快捷键
快捷键 | 说明 |
---|---|
^ + ⇧ + L | 选中多行进行编辑 |
^ + J | 多行合并成一行 |
^ + M | 找到所在区域括号 |
^ + ⇧ + M | 选择所在区域括号中的全部内容 |
^ + ⇧ + D | 复制光标所在整行 |
^ + K + U | 转成大写 |
^ + K + L | 转成小写 |
^ + D | 选择词,重复按下时多重选择相同的词 |
Mac 快捷键
快捷键 | 说明 |
---|---|
⌘ + D | 选择词,重复按下时多重选择相同的词 |
⌘ + K + L | 转成小写 |
⌘ + K + U | 转成大写 |
⌘ + ⇧ + D | 复制光标所在整行 |
^ + ⇧ + M | 选择所在区域括号中的全部内容 |
^ + M | 找到所在区域括号 |
⌘ + ⇧ + J | 多行合并成一行 |
⌘ + ⇧ + L | 选中多行进行编辑 |
图标说明:
⌘(command) ⌥(option) ⇧(shift) ⇪(caps lock) ⌃(control) ↩(return) ⌅(enter)