semi-xi / blog

blog
4 stars 1 forks source link

sublime 设置浏览器打开 #2

Open semi-xi opened 8 years ago

semi-xi commented 8 years ago

Preferences→按键绑定(用户)

[
{ "keys": ["f12"], "command": "side_bar_files_open_with",
    "args": {
        "paths": [],
        "application": "C:/Program Files (x86)/Google/Chrome/Application/chrome.exe",
        "extensions":".*"
    }
 },

{ "keys": ["f3"], "command": "side_bar_files_open_with",
     "args": {
        "paths": [],
        "application": "D:/Program Files (x86)/Mozilla Firefox/firefox.exe",
        "extensions":".*"
    }
},

 { "keys": ["f4"], "command": "side_bar_files_open_with",
     "args": {
        "paths": [],
        "application": "C:/Program Files/Internet Explorer/iexplore.exe",
        "extensions":".*"
    }
}
]