//插入到key binding user 里面,浏览器安装路径修改成自己的路径
1
[ 2 //firefox测试快捷键 3 { 4 "keys":["f3"], 5 "command":"side_bar_files_open_with", 6 "args":{ 7 "paths":[], 8 "application":"E:\\DevelopSoftware\\WebDevelop\\Firefox\\firefox.exe", 9 "extensions":".*" 10 } 11 }, 12 //chrome测试快捷键 13 { "keys":["f2"], "command":"side_bar_files_open_with", 14 "args":{ 15 "paths":[], 16 "application":"C:\\Program Files (x86)\\Google\\Chrome\\Application\\chrome.exe", 17 "extensions":".*"} 18 }, 19 20 21 //自动对齐快捷键 22 { "keys": ["ctrl+alt+f"], "command": "alignment" }, 23 24 //自动保存快捷键开关 f1; 25 { "keys": ["f1"], "command": "auto_save" }, 26 27 { 28 "keys": ["ctrl+alt+t"], 29 "command": "open_terminal", 30 "args": { 31 "parameters": ["-T", "Custom Window Title"] 32 } 33 }, 34 ]
//插入到settings user 对应路径改成自己的路径
 1 {
 2     "color_scheme": "Packages/Colorcoder/Monokai (SL) (Colorcoded).tmTheme",
 3     "font_size": 8,
 4     "ignored_packages":
 5     [
 6         "Vintage"
 7     ],
 8     "original_color_scheme": "Packages/User/SublimeLinter/Monokai (SL).tmTheme",
 9     "parameters":
10     [
11         "/START",
12         "%CWD%"
13     ],
14     "save_on_focus_lost": true,
15     "terminal": "C:\\Program Files\\cmder_mini\\cmder.exe",
16     "trim_trailing_white_space_on_save": true
17 }

 


posted on 2016-08-18 16:28  Qboooogle  阅读(328)  评论(0编辑  收藏  举报