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

Sublime text2用户自定义配置

时间:2014-06-25 15:31:43      阅读:154      评论:0      收藏:0      [点我收藏+]

标签:ext   com   get   set   cti   line   

[
{ "keys": ["ctrl+d"], "command": "run_macro_file", "args": {"file": "Packages/Default/Delete Line.sublime-macro"} },
{ // Emmet: Zencoding
"keys": [
"ctrl+enter"
],
"command": "expand_as_you_type",
"context": [
{
"operand": false,
"operator": "equal",
"match_all": true,
"key": "setting.is_widget"
},
{
"match_all": true,
"key": "emmet_action_enabled.expand_as_you_type"
}
]
},
{ "keys": ["ctrl+alt+o"], "command": "alignment" },
{ "keys": ["ctrl+alt+]"], "command": "compact_expand_css", "args": { "action": "expand" } },
{ "keys": ["ctrl+alt+["], "command": "compact_expand_css", "args": { "action": "compact" } }
]

Sublime text2用户自定义配置,布布扣,bubuko.com

Sublime text2用户自定义配置

标签:ext   com   get   set   cti   line   

原文地址:http://www.cnblogs.com/ahwu/p/3806369.html

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