Skip to content

Instantly share code, notes, and snippets.

@moenn
Last active October 21, 2018 08:39
Show Gist options
  • Save moenn/c7be39877e82a7d68753c3e6af0b07c1 to your computer and use it in GitHub Desktop.
Save moenn/c7be39877e82a7d68753c3e6af0b07c1 to your computer and use it in GitHub Desktop.
sublime text 3 open html in browser

Windows

open in chrome
{
	"cmd": ["C:\\Program Files (x86)\\Google\\Chrome\\Application\\chrome.exe", "$file"] 
}
open in firefox
{
	"cmd": ["C:\\Program Files\\Mozilla Firefox\\firefox.exe", "$file"] 
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment