-
-
Save eruffaldi/aa906f664925c6d160f6529386d2d3cd to your computer and use it in GitHub Desktop.
Add tilde shortcut to Visual Studio for Code
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
// Run command Open Keyboard Shortcuts (JSON) | |
// AltGr+ì is oem_6 ==> use Open Keyboard Shortcuts , select record key and press the shortcut | |
[ | |
{ "key": "oem_6", | |
"command": "editor.action.insertSnippet", | |
"when": "editorTextFocus", | |
"args": { | |
"snippet": "~" | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment