본문 바로가기

Code/vscode & intellij

[vscode] 단축키 정리 (shortcut)

- 폴더 열기 

win: ctrl + o + k

mac: cmd + o + k

 

- vscode 에서 파일명 입력해서 다른 파일로 가기 

win: ctrl + p 입력후 파일명

mac: cmd + p 입력후 파일명

 

- vscode 명령어 입력하기

ctrl + shft + p

cmd + shft + p

 

- 왼쪽 Explorer 키고 끄기

win: ctrl + b  -----> vim 하고 같이 쓸때 충돌!

mac : command + b

 

- 아래 터미널 관련

터미널 껐다 키고 마우스 focus도 같이 이동: ctrl + `

ctrl + 1: 커서만 command창에서 소스코드 창으로 이동

 

소스코드장에서 터미널로 이동할수 없을까?

superuser.com/questions/1270103/how-to-switch-the-cursor-between-terminal-and-code-in-vscode

 

How to switch the cursor between terminal and code in VSCode?

I just started using VSCode and I'm looking for a way of, while having both the code open and the terminal(the one inside VSCode), switch between typing on these parts of the editor with a shortcut.

superuser.com

이거 하면 될듯

근데 windows에서는 vim이랑 같이써서 안먹힐것 같은데..mac 은 command 키여서 괜찮은것 같고..

 

(진행중)