sublime text3 中設置默認瀏覽器,並且設置快捷鍵


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"
        }


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM