美文网首页
sublime text如何快捷打开浏览器

sublime text如何快捷打开浏览器

作者: 一梦两三年丶 | 来源:发表于2017-03-14 23:14 被阅读0次

   安装SideBarEnhancements插件(这个应该都会吧)

   然后打开Preferences选项下的Key Bindings,在user设置里写以下代码:

//chrome

{  "keys":["ctrl+f6"], "command":"side_bar_files_open_with", //快捷键设置自己习惯的

     "args":{

      "paths":[],   

     "application":"C:\\Program Files (x86)\\Google\\Chrome\\Application\\chrome.exe",  // 如果是firefox等改一下路径就行啦

      "extensions":".*"}

}

相关文章

网友评论

      本文标题:sublime text如何快捷打开浏览器

      本文链接:https://www.haomeiwen.com/subject/zfyknttx.html