sublime 浏览器快捷键设置

之前每次忘掉在哪打开,这次认真记一下

菜单栏Preferences-->Package Settings-->Side Bar-->Key Binding-Users

[
// chrome
{ "keys": ["f2"], "command": "side_bar_files_open_with",
"args": {
"paths": [],
"application": "C:/Program Files (x86)/Google/Chrome/Application/chrome.exe",
"extensions":".*"
}
},
//Firefox
{"keys": ["f3"], "command": "side_bar_files_open_with",
"args": {
"paths": [],
"application": "C:/Program Files (x86)/Mozilla Firefox//firefox.exe",
"extensions":".*"
}
}
]

 

原文地址:https://www.cnblogs.com/zhuxiaopeng/p/6841941.html