호감형 (thehogam)님의 블로그에서 정리된 서브라임텍스트2 단축키입니다.
정말 자세하고 보기 편하게 정리하셨고 인쇄용으로도 doc 파일을 만드셨는데요. 저도 이거 다운받아서 출력하여 책상 옆에 붙여놓고 보고 있습니다.
Ctrl + X |
Delete line 라인 삭제 |
Ctrl + ↩ |
Insert line after 다음 라인 삽입 |
Ctrl + Shift + ↩ |
Insert line before 이전라인 삽입 |
Ctrl + Shift + ↑ |
Move line/selection up 선택된 라인 올리기 |
Ctrl + Shift + ↓ |
Move line/selection down 선택된 라인 내리기 |
Ctrl + L |
Select line - Repeat to select next lines 다음줄 선택 |
Ctrl + D |
Select word - Repeat select others occurrences 선택된 단어를 나머지에서 찾기 |
Ctrl + M |
Jump to closing parentheses Repeat to jump to opening parentheses 대괄호 시작에서 끝으로 바로 이동 |
Ctrl + Shift + M |
Select all contents of the current parentheses 대괄호 안에 있는 모든 문장 선택 |
Ctrl + KK |
Delete from cursor to end of line 커서부터 라인 끝까지 삭제 |
Ctrl + K + ⌫ |
Delete from cursor to start of line 커서부터 라인 처음까지 삭제 |
Ctrl + ] |
Indent current line(s) 내어쓰기 |
Ctrl + [ |
Un-indent current line(s) 들여쓰기 |
Ctrl + Shift + D |
Duplicate line(s) 복사+붙여넣기 (단어, 줄 가능) |
Ctrl + J |
Join line below to the end of the current line 아랫줄을 현라인 끝으로 가져오기 |
Ctrl + / |
Comment/un-comment current line 현라인 주석화 |
Ctrl + Shift + / |
Block comment current selection 주석 생성 |
Ctrl + Y |
Redo, or repeat last keyboard shortcut command 마지막 명령키 다시 실행 |
Ctrl + Shift + V |
Paste and indent correctly 들여쓰기 해서 붙여넣기 |
Ctrl + Space |
Select next auto-complete suggestion 자동완성 |
Ctrl + U |
soft undo; jumps to your last change before undoing change when repeated 실행취소 |
Ctrl + P |
Quick-open files by name 이름으로 파일 열기 |
Ctrl + R |
Goto symbol 선택한 클래스 아이디로 바로 이동 |
Ctrl + ; |
Goto word in current file 선택단어 모두 찾기 |
Ctrl + G |
Goto line in current file 선택숫자 라인 이동 |
Ctrl + H |
Replace |
Ctrl + Shift + F |
Find in files 모든 파일 검색 |
Alt + Shift + 2 |
Split view into two columns |
[출처] SublimeText2 서브라임텍스트2 단축키 정리|작성자 호감형