nix-dotfiles/users/richie/home/vscode/keybindings.json
2024-04-20 17:42:51 +00:00

12 lines
277 B
JSON

[
{
"key": "shift+alt+f",
"command": "editor.action.formatDocument",
"when": "editorHasDocumentFormattingProvider && editorTextFocus && !editorReadonly && !inCompositeEditor"
},
{
"key": "alt+a d",
"command": "cSpell.addWordToWorkspaceSettings"
}
]