sublime的一些记录

{ "keys": ["tab"], "command": "reindent", "context":
[
{ "key": "setting.auto_indent", "operator": "equal", "operand": true },
{ "key": "selection_empty", "operator": "equal", "operand": true, "match_all": true },
{ "key": "preceding_text", "operator": "regex_match", "operand": "^$", "match_all": true },
{ "key": "following_text", "operator": "regex_match", "operand": "^$", "match_all": true },
{ "keys": ["F2"], "command": "side_bar_rename"}
]
}

配置table,

在cssformat插件中,key binding user中加入

posted on 2018-06-10 08:04  老虎念大悲咒  阅读(87)  评论(0编辑  收藏  举报