大橙子网站建设,新征程启航
为企业提供网站建设、域名注册、服务器等服务
用户设置
成都做网站、网站设计的开发,更需要了解用户,从用户角度来建设网站,获得较好的用户体验。创新互联建站多年互联网经验,见的多,沟通容易、能帮助客户提出的运营建议。作为成都一家网络公司,打造的就是网站建设产品直销的概念。选择创新互联建站,不只是建站,我们把建站作为产品,不断的更新、完善,让每位来访用户感受到浩方产品的价值服务。
{
"color_scheme": "Packages/Color Scheme - Legacy/Monokai Bright.tmTheme",
"command": "auto_indent_tag",
"context":
[
{
"key": "setting.auto_indent",
"operand": true,
"operator": "equal"
},
{
"key": "selection_empty",
"match_all": true,
"operand": true,
"operator": "equal"
},
{
"key": "selector",
"match_all": true,
"operand": "punctuation.definition.tag.begin",
"operator": "equal"
},
{
"key": "preceding_text",
"match_all": true,
"operand": ">$",
"operator": "regex_contains"
},
{
"key": "following_text",
"match_all": true,
"operand": "^",
"operator": "regex_contains"
}
],
"default_enconding": "UTF-8",
"font_face": "liang v2",
"font_size": 16,
"highlight_line": true,
"ignored_packages":
[
"SideBarEnhancements",
"Vintage"
],
"keys":
[
"enter"
],
"tab_size": 4,
"theme": "Boxy Monokai.sublime-theme",
"translate_tabs_to_spaces": true,
"update_check": false,
"word_wrap": false
}
快捷键设置
[
{ "keys": ["enter"], "command": "auto_indent_tag", "context":
[
{ "key": "setting.auto_indent", "operator": "equal", "operand": true },
{ "key": "selection_empty", "operator": "equal", "operand": true, "match_all": true },
{ "key": "selector", "operator": "equal", "operand": "punctuation.definition.tag.begin", "match_all": true },
{ "key": "preceding_text", "operator": "regex_contains", "operand": ">$", "match_all": true },
{ "key": "following_text", "operator": "regex_contains", "operand": "^", "match_all": true },
]
},
{ //python
"keys": ["f5"],
"caption": "SublimeREPL: Python - RUN current file",
"command": "run_existing_window_command",
"args":
{
"id": "repl_python_run",
"file": "config/Python/Main.sublime-menu",
},
},
{ //删除当前行
"keys" : ["ctrl+d"],
"command" : "run_macro_file",
"args" : {
"file" : "res://Packages/Default/Delete Line.sublime-macro",
}
},
{ //复制当前行
"keys": ["ctrl+alt+down"],
"command": "duplicate_line",
},
{ //向上移动当前行
"keys": ["alt+up"],
"command": "swap_line_up"
},
{ //向上移动当前行
"keys": ["alt+down"],
"command": "swap_line_down"
},
]