할머니의 콤퓨타 도전기
VSCode 단축키 정리 본문
- Command Palette:
shift + command + P
- Quick Open (해당하는 파일 빠르게 검색 및 이동 가능):
command + P
- User Settings:
command + ,
- Toggle Sidebar:
command + B
- Toggle Terminal: control + `
- Keyboard Shortcuts: command + K + S
- Beginning/End of file: command + up/down
- Beginning/End of line: command + left/right
- Move Word: option + left/right
- Select Word: option + shift + left/right
- Copy Line: command + C
- Cut Line: command + X
- Move line down/up: option + down/up
- Copy line down/up: shift + option + down/up
- Insert line below: command + Enter
- Multi Selection: command + D
- Undo last Cursor: command + U
- Insert cursor: option + click
- Column (box) selection: shift + option + drag mouse
- Current Selection: shift + option + I
'Settings' 카테고리의 다른 글
macOS Jupyter Notebook 설치 (0) | 2020.10.28 |
---|---|
macOS VSCode C/C++ 초기세팅 (0) | 2020.07.31 |
macOS Tomcat 8 설치 (0) | 2020.07.31 |
macOS MySQL 설치 및 설정 (0) | 2020.07.15 |
Comments