내가 보려고 작성하는 vscode 단축키 정리 on mac
cmd + p : Search file by name
cmd + o : Open file or folder
cmd + i : Search suggestions
cmd + u : move to the first line
cmd + t : Search the variable name on the total files
cmd + e 또는 cmd + f : Search the varable name on cursor at the current file
cmd + w : close the current window
cmd + q : terminate the vscode program
cmd + l : block the current line
cmd + j : open or close the terminer
cmd + g : move the blocks of searched varibles
cmd + d : Change the search bar status (lower or upper bound, absolute)
cmd + b : open or close the sidebar
cmd + shift + k : remove the current line
cmd + shift + ← or → : block the selected range expandable
cmd + alt + k : bookmark
cmd + alt + j : move to the prior bookmark
cmd + alt + l : move to the next bookmark
cmd + alt + ← or → : change the current window
cmd + alt + ↑ or ↓ : multiple cursors
'Tools' 카테고리의 다른 글
[Git & GitHub] 깃으로 버전을 관리하는 방법과 원리 총정리(2): 파일 상태 알아보기 (0) | 2021.01.13 |
---|---|
[Git & GitHub] 깃으로 버전을 관리하는 방법과 원리 총정리(1) (0) | 2021.01.13 |
[Git & GitHub] 기본적으로 알고 있어야 할 리눅스 명령 모음집 (0) | 2021.01.03 |
[Git & GitHub] 윈도우(Windows)에 깃(Git) 설치하기 (0) | 2021.01.03 |
[Git & GitHub] 깃(git)이란 무엇인가? (0) | 2021.01.03 |