adampresley / sublime-view-in-browser

Open the contents of your current view/tab in a web browser
MIT License
272 stars 69 forks source link

Can you assign the ctrl - alt - v shortcut to another browser? #64

Open ghost opened 7 years ago

ghost commented 7 years ago

I am fairly new to programming and tend to use safari as my default browser. I do know you can use ctrl - alt - s with this plugin to open in safari but I am just curious if there is a way to alter user settings to ctrl - alt - v so that will also use safari as the default?

I have tried creating a sublime-settings user file and putting in:


{
"selectedBrowser": "safari"
}

but this does not work. Does anyone know of another way

TrevorSayre commented 7 years ago

Set Preference > Package Settings > View In Browser > Settings - User to:

{
  "browser": "chrome"
}