728x90
ctrl + shift + p 누르면 Open keyboard Shortcuts(JSON) 으로 들어가서 설정한다.
Default가 아니라서, 잘 선택하자.
keybindings.json에서
[
{ "key": "ctrl+n",
"command": "explorer.newFile",
"when": "!editorFocus" },
{ "key": "ctrl+shift+n",
"command": "explorer.newFolder",
"when": "!editorFocus" }
]
![[VSCODE] 새파일 / 새폴더 단축키 설정 [VSCODE] 새파일 / 새폴더 단축키 설정](https://blog.kakaocdn.net/dn/bG1Acq/btr8llhbtw8/tOaVjGpsIaalhEYJk8wAIK/img.png)
728x90
'IT' 카테고리의 다른 글
코드 컨벤션 작성규칙 (Coding Conventions) for Spring(Java) (2) | 2024.09.04 |
---|---|
[IT] 2023 프론트 프레임워크 기술 동향 (0) | 2023.02.11 |
댓글