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的一些记录的主要内容,如果未能解决你的问题,请参考以下文章

sublime3 常用插件

Sublime Text 常用且比较实用的插件

Sublime Text 常用且比较实用的插件

sublime3 常用快捷键

恢复不小心误覆盖的代码文件 (sublime编辑器)

工作记录