bubble/.vscode/keybindings.json
2023-11-07 00:46:09 +01:00

8 lines
194 B
JSON

// This file does not get automatically applied
// @TODO: Make it work or document how to copy to user keybindings
[
{
"key": "cmd+shift+n",
"command": "foam-vscode.create-note"
}
]