foam-template/.vscode/keybindings.json
2024-09-16 14:07:37 +02:00

14 lines
384 B
JSON

// This file is not automatically applied.
// To enable it, follow these steps:
// 1. Open the Command Palette: `cmd + shift + p`
// 2. Start typing "keyboard shortcuts"
// 3. Select "Preferences: Open Keyboard Shortcuts (JSON)"
// 4. Paste the snippet below or add it to the existing shortcuts array:
[
{
"key": "cmd+shift+n",
"command": "foam-vscode.create-note"
}
]