Skip to content

Instantly share code, notes, and snippets.

@Dvergar
Created February 22, 2019 13:02
Show Gist options
  • Select an option

  • Save Dvergar/32d781d79fb5f0f5ec8484ad46616c3f to your computer and use it in GitHub Desktop.

Select an option

Save Dvergar/32d781d79fb5f0f5ec8484ad46616c3f to your computer and use it in GitHub Desktop.
Less < and greater > bindings for VSCode as AZERTY layout on QWERTY keyboard on Chrome OS is super annoying
[
{ "key": "[Backquote]", "command": "type",
"args": { "text": "<" },
"when": "editorTextFocus" },
{ "key": "ctrl+[Backquote]", "command": "type",
"args": { "text": ">" },
"when": "editorTextFocus" }
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment