Sublime 자동정렬 및 한줄 삭제 추가
1. Sublime Text 상단 메뉴에서 [Preferences] - [Key Bindings - User] 2. Default (Windows).sublime-keymap 파일에 아래의 텍스트를 입력한다. { "keys": ["ctrl+shift+f"], "command": "reindent" , "args": { "single_line": false } } 3. 빨간색 부분에 원하는 단축키를 입력하고 파일을 저장한다. { "keys": ["ctrl+d"], "command": "run_macro_file", "args": {"file": "res://Packages/Default/Delete Line.sublime-macro"} }