Skip to content

Instantly share code, notes, and snippets.

@spezifisch
Created August 7, 2024 18:03
Show Gist options
  • Select an option

  • Save spezifisch/a966896904d3032b8c4c57e66ff1b7a4 to your computer and use it in GitHub Desktop.

Select an option

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)
{
"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