码迷,mamicode.com
首页 > 其他好文 > 详细

sublime的一些记录

时间:2018-06-10 11:58:07      阅读:125      评论:0      收藏:0      [点我收藏+]

标签: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中加入

sublime的一些记录

标签:context   记录   sel   user   配置   ext   cti   name   contex   

原文地址:https://www.cnblogs.com/rrene/p/9162153.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!