내 텍스트 에디터 단축키 바인딩

▶ 기본 편집 키 바인딩 (VSCode 호환)
줄 삭제 (Delete Line) Ctrl+Shift+K
줄 복사 (Clone Caret Above/Below) Alt+Shift+Up,Down
특정 줄 번호로 이동 (Go to Line) Ctrl+G
심볼 이동 (Go to Symbol) Ctrl+Shift+O
이전 함수 Ctrl+Alt+Up
다음 함수 Ctrl+Alt+Down
검색 (Find) Ctrl+F
치환 (Replace) Ctrl+H
다음 찾기 (Find Next) F3
앞으로 찾기 (Find Previous) Shift+F3
천체 파일 검색 Ctrl+Shift+F
천체 파일 치환 Ctrl+Shift+H
이전 탭 Ctrl+Tab
다음 탭 Ctrl+Shift+Tab
전체화면 토글 (Toggle Full Screen mode) F11
닫기 (Close Active Tab) Ctrl+W
라인 들여쓰기, 내어쓰기 Ctrl+[,]
현재 행을 위,아래로 이동 Alt+Up,Down
영역 접기, 펼치기 Ctrl+Shift+[,]
현재 행을 위, 아래에 복사 Alt+Shift+Up,Down
현재 행 선택 Ctrl+I
일치하는 대괄호로 건너뛰기 Ctrl+Shift+\
주석 토글 Ctrl+/

▶ VSCode에 신규 정의
대문자로 변환 (editor.action.transformToUppercase) Alt+Shift+U
소문자로 변환 (editor.action.transformToLowercase) Alt+Shift+L
탭을 공백으로 (editor.action.indentationToSpaces) Ctrl+Alt+P
줄 끝 공백제거 (editor.action.trimTrailingWhitespace) Ctrl+Alt+T
줄 끝까지 삭제 (deleteAllRight) Ctrl+Shift+Del
줄 합치기 (editor.action.joinLines) Ctrl+Alt+J
열선택 모드 (editor.action.toggleColumnSelection) Ctrl+Alt+Shift+C
모든 영역 접기 (editor.foldAll) Ctrl+Alt+0
모든 영역 펼치기 (editor.unfoldAll) Ctrl+Shift+Alt+0

▶ Editplus 전용
원격 열기 Alt+F
위로 스크롤