首页 > 其他 > 详细

sublime的一些记录

时间:2018-06-10 11:27:45      阅读:214      评论:0      收藏:0      [点我收藏+]

{ "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的一些记录

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

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!