sublime简单配置

Preferences------->settings user

{
"font_face": "Courier New",
"font_size": 16,
"line_padding_bottom": 1,
"line_padding_top": 1,

"highlight_line": true,
"word_wrap": true,
"bold_folder_labels": true,

"button": "button1", 
"count": 1, 
"modifiers": ["ctrl"],
"press_command": "drag_select",
"command": "goto_definition"

}

  

  

原文地址:https://www.cnblogs.com/adtuu/p/5850134.html