Skip to content

Commit

Permalink
Add commands for "default" option
Browse files Browse the repository at this point in the history
  • Loading branch information
TrevorSayre committed May 9, 2017
1 parent 3297c91 commit eadaf62
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion View In Browser.sublime-settings
Original file line number Diff line number Diff line change
@@ -1,18 +1,21 @@
{
"posix": {
"linux": {
"default": "xdg-open",
"firefox": "firefox -new-tab",
"chrome": "google-chrome",
"chrome64": "google-chrome",
"chromium": "chromium"
},
"linux2": {
"default": "xdg-open",
"firefox": "firefox -new-tab",
"chrome": "google-chrome",
"chrome64": "google-chrome",
"chromium": "chromium"
},
"darwin": {
"default": "open",
"firefox": "open -a \"/Applications/Firefox.app\"",
"safari": "open -a \"/Applications/Safari.app\"",
"chrome": "open -a \"/Applications/Google Chrome.app\"",
Expand All @@ -22,6 +25,7 @@
},
"nt": {
"win32": {
"default": "start",
"firefox": "C:\\Program Files (x86)\\Mozilla Firefox\\firefox.exe -new-tab",
"iexplore": "C:\\Program Files\\Internet Explorer\\iexplore.exe",
"chrome": "C:\\Program Files (x86)\\Google\\Chrome\\Application\\chrome.exe",
Expand All @@ -30,5 +34,5 @@
}
},

"browser": "firefox"
"browser": "default"
}

0 comments on commit eadaf62

Please sign in to comment.