Skip to content

Instantly share code, notes, and snippets.

@daocren
Created March 26, 2013 06:48
Show Gist options
  • Save daocren/5243581 to your computer and use it in GitHub Desktop.
Save daocren/5243581 to your computer and use it in GitHub Desktop.
Sublime Text 2

SubSlim Text 2

Articles

Sublime Text 2 使用心得
Sublime Text 2 – 非常强大的跨平台编辑器
My Top 10 Sublime Text Plugins
Essential Sublime Text 2 Plugins and Extensions
reasons you must install Sublime Text 2. Code like a man, man.
Sublime Text 2.0.1 简体中文版来了 技术帝的最爱
Sublime Text Unofficial Documentation

Plugins

install package control

Ctrl+· 打开控制台进行输入

import urllib2,os;pf='Package Control.sublime-package';ipp=sublime.installed_packages_path();os.makedirs(ipp) if not os.path.exists(ipp) else None;open(os.path.join(ipp,pf),'wb').write(urllib2.urlopen('http://sublime.wbond.net/'+pf.replace(' ','%20')).read())

Ctrl+Shift+P 打开命令控制窗口 输入 "install package" 查询plugin
输入plugin名称,回车进行安装

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment