分两步走,
- 安装 SideBarEnhancements 插件
- preferences > package setting > side bar > Key Building-User
或者preferences > key Bindings
输入如下配置:
[
// chrome
{ "keys": ["alt+f12"], "command": "side_bar_files_open_with",
"args": {
"paths": [],
"application": "C:/Program Files (x86)/Google/Chrome/Application/chrome.exe",
"extensions":".*"
}
}
]
这里只设置了chrome浏览器,其余浏览器以此类推进行设置。
’application‘ 代表浏览器安装路径。
以上