I do web development and am trying out Sublime Text 2. Is there a keyboard shortcut to open the current file in Chrome?
Any help to get setup in Sublime Text for web development is appreciated!
|
I do web development and am trying out Sublime Text 2. Is there a keyboard shortcut to open the current file in Chrome? Any help to get setup in Sublime Text for web development is appreciated!
| ||||
|
feedback
|
|
I'm not really sure this question is approprate here, but you can add a new "Build System" under As with all configuration in Sublime Text its just JSON, so it should be pretty straight forward. The main thing you are going to want to configure is the
Save that as At least this should give you a push in the right direction. Edit: Another thing I end up doing a lot in sublime text 2 is if you right click inside a document, one of the items in the context menu is | |||||||
feedback
|
|
Windows7 FireFox/Chrome:
just use your own path of firefox.exe or chrome.exe to replace mine. 用你自己的firefox.exe或chrome.exe替换掉我的路径即可。 | |||
|
feedback
|
|
In Windows, you can also use the command "explorer $file" to open the file with its default program. So far I have not seen any drawbacks from using this, except that one might have set the default program for html files to another text editor, or to Sublime Text. | |||
|
feedback
|