首页 > 其他 > 详细

Sublime Text 3 自定义配置快捷键

时间:2014-10-10 12:51:05      阅读:311      评论:0      收藏:0      [点我收藏+]

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 自定义配置快捷键

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

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