sublime text的使用 - shuier/blogs GitHub Wiki
-
插件
- 特殊的方法
-
build with chrome,就是用chrome去预览你的文件如html,具体操作:
-
Tools -> Build System -> New Build System
-
Here is the build config for launching chrome on my mac.
{ "cmd": ["open", "-a", "Google Chrome", "$file"] }
Save that as Chrome.sublime-build, relaunch Sublime Text and you should see a new Chrome option in the build list. Select it, and then you should be able to launch Chrome with Cmd+B on a Mac (or whatever hotkey you have configured for build, maybe its F7 or Ctrl+B on a Windows machine)
-
-