nix-dotfiles/users/richie/home/vscode/keybindings.json

12 lines
277 B
JSON
Raw Normal View History

2024-04-11 20:19:29 -04:00
[
2024-04-20 12:54:54 -04:00
{
"key": "shift+alt+f",
"command": "editor.action.formatDocument",
"when": "editorHasDocumentFormattingProvider && editorTextFocus && !editorReadonly && !inCompositeEditor"
},
{
"key": "alt+a d",
"command": "cSpell.addWordToWorkspaceSettings"
}
2024-04-11 20:19:29 -04:00
]