1. tab -> 4space
preferences->setting->user
"tab_size": 4,
"translate_tabs_to_spaces": true
2.beauty theme
material theme
3.SFTP
active code
{
"email": "xiaosong@xiaosong.me",
"product_key": "d419f6-de89e9-0aae59-2acea1-07f92a"
}
4.jump out comma
[
{"keys": ["enter"], "command": "move", "args": {"by": "characters", "forward": true}, "context":
[
{ "key": "following_text", "operator": "regex_contains", "operand": "^[)\\]\\>\\'\\\"\\ %>\\}\\;\\,]", "match_all": true },
{ "key": "preceding_text", "operator": "not_regex_match", "operand": "^.*\\{$", "match_all": true },
{ "key": "auto_complete_visible", "operator": "equal", "operand": false }
]
}
]