I do web development and am trying out Sublime Text 2. Is there a keyboard shortcut to open the current file in specified browser (e.g. Chrome)?
Any help to get set
On windows launching default browser with a predefined url:
Tools > Build System > New Build System:
{ "cmd": ["cmd","/K","start http://localhost/projects/Reminder/"] }
ctrl + B and voila!