nycki.net/.vscode/keybindings.json

8 lines
No EOL
172 B
JSON

// copy these into your global keybinds
[
{
"key": "ctrl+d",
"command": "editor.action.insertSnippet",
"args": { "name": "insert date" }
}
]