1、打开packageControl   对应快捷键  command + shift + p

2、输入install package

3、安装插件 SideBarEnhancements

4.安装了open_in_browser的插件

5、打开Settings-Default


6、找到:"default_browser": "", //one of this list: firefox, chrome, canary, chromium, opera, safari, ie
7、再打开Settings-User 添加  {
    "default_browser": "chrome", //one of this list: firefox, chrome, canary, chromium, opera, safari, ie

}

 

8、preferences中  打开KeyBindings右侧添加          {
            "keys": ["command+r"], "command": "side_bar_open_in_browser"
        },
        {
            "keys": ["command+/"],"command": "toggle_side_bar"
        }

相关文章:

  • 2022-12-23
  • 2021-12-27
  • 2021-12-10
  • 2022-12-23
  • 2021-12-23
  • 2021-10-10
  • 2022-12-23
  • 2022-01-07
猜你喜欢
  • 2021-12-11
  • 2021-05-11
  • 2021-12-23
  • 2022-01-09
  • 2021-06-01
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案