sublime

作者: 吴世浩 | 来源:发表于2017-06-05 15:28 被阅读21次
image.png image.png image.png image.png

看压缩包中的README.md

在Setting-User中覆盖Setting-Default的配置,可以自己定义默认浏览器,如下代码


image.png
{
    "posix": {
        "linux": {
            "firefox": "firefox -new-tab",
            "chrome": "google-chrome",
            "chrome64": "google-chrome",
            "chromium": "chromium"
        },
        "linux2": {
            "firefox": "firefox -new-tab",
            "chrome": "google-chrome",
            "chrome64": "google-chrome",
            "chromium": "chromium"
        },
        "darwin": {
            "firefox": "open -a \"/Applications/Firefox.app\"",
            "safari": "open -a \"/Applications/Safari.app\"",
            "chrome": "open -a \"/Applications/Google Chrome.app\"",
            "chrome64": "open -a \"/Applications/Google Chrome.app\"",
            "yandex": "open -a \"/Applications/Yandex.app\""
        }
    },
    "nt": {
        "win32": {
            "firefox": "E:\\dailySoft\\Mozilla Firefox\\firefox.exe -new-tab",
            "iexplore": "C:\\Program Files\\Internet Explorer\\iexplore.exe",
            "chrome": "C:\\Program Files (x86)\\Google\\Chrome\\Application\\chrome.exe",
            "chrome64": "C:\\Program Files (x86)\\Google\\Chrome\\Application\\chrome.exe",
            "yandex": "%Local AppData%\\Yandex\\YandexBrowser\\browser.exe"
        }
    },

    "browser": "firefox"
}
image.png image.png

在如下图地方添加快捷键


image.png

比如上面我默认火狐浏览器,按快捷键结果如下:


image.png

按ctrl+`可以看信息


image.png

相关文章

网友评论

      本文标题:sublime

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