As much as I like using Sublime Text 2, it was getting to be a pain to write my HTML files and then switch to the browser and have to manually open them. I knew there were build systems but my feeble attempts were not working yet. I found a nice build on github at https://github.com/adampresley/sublime-view-in-browser by Adam Presley.
Download the zip, clean the folder name and then put it in your packages folder. The folder is located (OSX) at user/library/application support/Sublime Text 2/packages. If you cannot see your user library folder a quick google search will bring you to a terminal script to reveal it.[python]chflags nohidden ~/Library/[/python]
The keyboard shortcut to open the current file in the browser is CTRL-ALT-V. This is a simple but much needed feature. It launches the default browser. I guess my next task will be to figure out how to get it to launch in different browsers or even multiple browsers at the same time. Exciting times.