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

Sublime Text 3 自定义配置快捷键

时间:2014-10-10 13:26:34      阅读:278      评论:0      收藏:0      [点我收藏+]

标签:io   ar   sp   on   cti   amp   line   new   size   

Settings-User:

{
"font_face": "Courier New",
"font_size": 14.0,
"highlight_line": true,
"ignored_packages":
[
"Vintage",
"SublimeLinter"
],
"tab_size": 4,
"translate_tabs_to_spaces": true,
"word_separators": "./\\()\"‘:,.;<>~!@#%^&*|+=[]{}`~?",
"word_wrap": true
}

 

Key-bindding-Key:

[
{ "keys": ["ctrl+alt+f"], "command": "alignment" },
{ "keys": ["ctrl+alt+]"], "command": "compact_expand_css", "args": { "action": "expand" } },
{ "keys": ["ctrl+alt+["], "command": "compact_expand_css", "args": { "action": "compact" } }
]

 

Sublime Text 3 自定义配置快捷键

标签:io   ar   sp   on   cti   amp   line   new   size   

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

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