Terminal.app
About 4 min
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" },
]
Each snippet is defined under a snippet name and has a prefix, body and description.
The prefix is what is used to trigger the snippet and the body will be expanded and inserted.
Possible variables are: $1
, $2
for tab stops, $0
for the final cursor position, and ${1:label}
, ${2:another}
for placeholders.
title | description |
---|---|
Select a Language | Ctrl + K + M |