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":".*"
}
}
]

 

posted @ 2017-05-11 17:36  脱缰的小毛驴  阅读(153)  评论(0编辑  收藏  举报