2014년 6월 27일 금요일

How to configure Sublime Text 2 (서브라임 텍스트2 설정하기)

Open user-setting files on the menu like below.

Preferences - Settings-User
Preferences - Key Bindings-User

Add a rule that you want to add or change by referring 'Preferences - Settings-Default' and 'Preferences - Key Bindings-Default'. Here is my settings code.

Settings-User:
{
"color_scheme": "Packages/Color Scheme - Default/Sunburst.tmTheme",
"font_face": "Bitstream Vera Sans Mono",
"font_size": 8
}

Key Bindings-User:
[
{ "keys": ["ctrl+5"], "command": "toggle_minimap" },
{ "keys": ["ctrl+6"], "command": "toggle_setting", "args": {"setting": "word_wrap"} }
]





The full paths of the user-setting files are like the followings.

C:\Users\NAME\AppData\Roaming\Sublime Text 2\Packages\User\Preferences.sublime-settings

C:\Users\NAME\AppData\Roaming\Sublime Text 2\Packages\User\Default (Windows).sublime-keymap

So if you want to keep your own settings after re-installing Windows or something like that, copy the 'C:\Users\NAME\AppData\Roaming\Sublime Text 2\Packages\User' folder and overwrite it after installing Sublime Text 2.


댓글 없음:

댓글 쓰기

Xubuntu: Installing a Printer (Canon G3060 PIXMA)

$ sudo apt install system-config-printer Download the proper driver for linux from Canon website. Turn on the printer and set up its WiFi. C...