settings
{
"color_scheme": "Packages/User/novel.sublime-color-scheme",
"theme": "Default.sublime-theme",
"line_numbers": true,
"margin": 0,
"fold_buttons": false,
"font_face": "나눔고딕코딩",// 글꼴
"font_size": 16,
"word_wrap": false,
"wrap_width_style": "min",
"indent_subsequent_lines": true,
"trim_automatic_white_space": true,// 공백뿐인 줄에서 엔터치면 공백 삭제
"tab_completion": false,// 탭키 눌러 자동완성
"auto_complete_commit_on_tab": true, // 자동완성 목록 노출시 엔터 말고 탭키로 자동완성
"scroll_past_end": false,// 마지막 줄 너머까지 스크롤
/*"word_wrap": false,*/// 가로로 긴 줄 줄나눔으로 표시
"tab_size": 4,
"line_padding_top": 4,
"line_padding_bottom": 4,
"shift_tab_unindent": true,// 선택한 문자가 없거나 한 줄 안에서만 선택한 상태에서도 shift+Tab키로 내어쓰기
"draw_white_space": ["selection", "leading", "trailing", "isolated"],// 표시할 공백 종류: 선택된 문자, 한 줄의 맨 앞과 맨 끝, 공백만으로 된 줄.
"caret_style": "phase",// 커서 깜빡임 패턴
"caret_extra_width": 3,// 커서 굵기
"caret_extra_top": 2,// 커서 위 길이
"caret_extra_bottom": 2,// 커서 아래 길이
"always_show_minimap_viewport": true,// 미니맵에서 현재위치 늘 표시
"draw_minimap_border": true,// 미니맵 경계선
"highlight_modified_tabs": true,// 저장안된 탭 색깔표시
"ignored_packages":
[
"Vintage",
],
"index_files": true,
}
Key bindings
{ "keys": ["alt+z"], "command": "toggle_setting", "args": {"setting": "word_wrap"}},// Alt+Z로 word\_wrap
728x90