zoukankan      html  css  js  c++  java
  • 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"
            }

  • 相关阅读:
    2021年2月4号
    2021年2月3号
    2021年2月2号
    2021年2月1日
    2021年1月31日
    2021年1月30日
    20171205xlVBA往返航班组合
    选择文件
    从VBA过渡到Python
    20171114xlVba选定单行记录并打印
  • 原文地址:https://www.cnblogs.com/phoebeyue/p/9406145.html
Copyright © 2011-2022 走看看