sublime的一些记录
Posted rrene
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了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中加入
以上是关于sublime的一些记录的主要内容,如果未能解决你的问题,请参考以下文章