sublime text 3 快捷键汇总

设置文件在浏览器中打开

    {
        "keys": ["f12"],
        "command": "side_bar_files_open_with",
        "args": {
            "application": "C:\\Program Files (x86)\\Google\\Chrome\\Application\\chrome.exe",
            "extensions": ".*",
            "paths": []
        }
    },
    {
        "keys": ["ctrl+f12"],
        "command": "side_bar_files_open_with",
        "args": {
            "application": "C:\\Program Files\\Mozilla Firefox\\firefox.exe",
            "extensions": ".*",
            "paths": []
        }
    },
    {
        "keys": ["alt+f12"],
        "command": "side_bar_files_open_with",
        "args": {
            "application": "C:\\Program Files\\internet explorer\\iexplore.exe",
            "extensions": ".*",
            "paths": []
        }
    }

打开所在文件夹

    { 
        "keys": ["alt+f"],    
        "command": "side_bar_reveal"
    }

常用快捷键

猜你喜欢

转载自www.cnblogs.com/xiaobaiv/p/9095440.html