Sublime Text3 세팅
Preferences-key bindings
[
{
"keys": ["ctrl+q"],
"command": "toggle_setting",
"args": {"setting": "word_wrap"}
},
{ "keys": ["ctrl+tab"], "command": "next_view" },
{ "keys": ["ctrl+shift+tab"], "command": "prev_view" },
{ "keys": ["ctrl+alt+b"], "command": "run_existing_window_command", "args":
{
"id": "repl_python_run",
"file": "config/Python/Main.sublime-menu"
}}
]
Preferences-Settings
Theme 설치: ctrl shift p -> install -> itg.flat
글꼴 : D2coding: https://github.com/naver/d2codingfont
Ver 1.2 (2016.10.24 배포)
https://github.com/naver/d2codingfont/releases/download/VER1.21/D2Coding-1.2.zip
{
"bold_folder_labels": true,
"caret_style": "phase",
"color_scheme": "Packages/Theme - itg.flat/itg.dark.tmTheme",
"detect_indentation": false,
"draw_white_space": "all",
"font_face": "D2Coding",
"font_size": 12,
"highlight_line": true,
"ignored_packages":
[
"Vintage"
],
"itg_scrollbar_medium": true,
"itg_small_tabs": true,
"show_line_endings": true,
"tab_size": 4,
"translate_tabs_to_spaces": true,
"word_wrap": true
}
출처: http://stackoverflow.com/questions/19181999/how-to-create-a-keyboard-shortcut-for-sublimerepl