sublime text 虽好,却无奈会时不时会崩溃掉(频率 < 2 次/年),而又只能手动安装、配置插件.故将符合本人使用习惯的版本还原方法在此备份如下:
1.
打开 Sublime Text 2,按下** Control + `** 调出 Console,通常这个快捷键会与 PC 上的其它软件起冲突,需要修改其它软件的这个快捷键。
2.
将以下代码粘贴进命令行中并回车: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())
3.
重启 Sublime Text 2,如果在 Preferences
-> Package Settings
中见到Package Control
这一项,就说明安装成功了。
4.
comond+shift+p
→ pci
→ **Flatland **
5.
preference → setting-user
:
1 | { |
6.
preference → key bindings-user
:
1 | ;[{ keys: ['super+alt+l'], command: 'reindent', args: { single_line: false } }] |
7.
comond+shift+p
→ pci
:
emmet
ejs
less
juery
Prefixr
sublimeCodeIntel
Bracket Highlighter
markdown preview
8.
拷贝备份的.sublime-snippet 到 :/Users/userName/Library/Application Support/Sublime Text 2/Packages/User