标签:context 记录 sel user 配置 ext cti name contex
{ "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中加入
标签:context 记录 sel user 配置 ext cti name contex
原文地址:https://www.cnblogs.com/rrene/p/9162153.html