sublime text的使用 - shuier/blogs GitHub Wiki

安装插件的几种方法

  • 插件

  • 特殊的方法
    • build with chrome,就是用chrome去预览你的文件如html,具体操作:

      1. Tools -> Build System -> New Build System

      2. 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)