Sublime Text 用户配置文件
Linux: ~/.config/sublime-text-2
Windows: %APPDATA%\Sublime Text 2
设置字体为DejaVu Sans Mono:
菜单Preferences - Settings User内容:
{
"color_scheme": "Packages/Color Scheme - Default/Monokai.tmTheme",
"font_size": 12,
"font_face": "DejaVu Sans Mono"
}
Windows上右键快捷菜单注册表:
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\*\shell\OpenWithSublimeText]
@="Open with Sublime Text"
"Icon"="D:\\Sublime Text 2\\sublime_text.exe"
[HKEY_CLASSES_ROOT\*\shell\OpenWithSublimeText\command]
@="\"D:\\Sublime Text 2\\sublime_text.exe\" \"%1\""