Open
- Ctrl+Shift+p 입력하여 Prmopt 창 생성
Open Keyboard Shortcuts (JSON)
입력
// Place your key bindings in this file to override the defaultsauto[]
[
{ "key": "shift+cmd+i", "command": "editor.action.insertSnippet" },
{ "key": " ctrl+alt+i", "command": "editor.action.insertSnippet" },
{
"key": "ctrl+alt+cmd+]",
"command": "workbench.action.splitEditorRight"
}, {
"key": "ctrl+alt+cmd+[",
"command": "workbench.action.splitEditorLeft"
},
{ "key": "cmd+alt+t", "command": "workbench.action.tasks.runTask" },
{ "key": "shift+alt+t", "command": "workbench.action.tasks.runTask" },
]
Less than 1 minute