Created
August 7, 2024 18:03
-
-
Save spezifisch/a966896904d3032b8c4c57e66ff1b7a4 to your computer and use it in GitHub Desktop.
vscode ctrl+w to delete word (you also need to unbind the default ctrl+w binding)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "key": "ctrl+w", | |
| "command": "deleteWordLeft", | |
| "when": "editorHasDocumentFormattingProvider && editorTextFocus && !editorReadonly && !inCompositeEditor" | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment