Quote for 2013-12-16

HOWTO: Open Your Work from Sublime in Chrome with a Key Command In Sublime Text, go to Tools > Build System > New Build System. A new tab will open in Sublime Text named untitled.sublime-build, with the following text in it: { “cmd”: [“make”] } If you use a Mac, replace it with the following: { “cmd”: [“open”, “-a”, “/Applications/Google Chrome.app”, “$file”] } Save the file. Name it Choose Browser.sublime-build. Sublime Text should be smart enough to put it in the right place for you, but if it doesn’t, save it to the following locations: ...

Dec 16, 2013 · Christopher Boette