Skip to content

Instantly share code, notes, and snippets.

@ebruning
Created April 20, 2012 16:16
Show Gist options
  • Save ebruning/2430066 to your computer and use it in GitHub Desktop.
Save ebruning/2430066 to your computer and use it in GitHub Desktop.
Launch html file in sublime
Mac
"cmd": ["open", "-a", "Google Chrome", "$file"]
Windows
"cmd": ["PATH_TO_YOUR_CHROME", "$file"]
http://stackoverflow.com/questions/8023879/sublime-text-2-keyboard-shortcut-to-open-file-in-chrome
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment