Sublime快捷键
1
2
3
4[
{ "keys": ["ctrl+enter"], "command": "move_to", "args": {"to": "eol", "extend": false} },
{ "keys": ["shift+enter"], "command": "run_macro_file", "args": {"file": "res://Packages/Default/Add Line.sublime-macro"} },
]主题、配色
- 主题:
Ayu
- 配色:
Ayu-light
- 配置文件(首选项-设置):
1
2
3
4
5
6
7
8{
"color_scheme": "Packages/ayu/ayu-light.sublime-color-scheme",
"ignored_packages":
[
"Vintage"
],
"theme": "ayu-light.sublime-theme"
}