1
0
Fork 0

Adding vscode keybindings

This commit is contained in:
Rodolphe Houdas 2020-08-25 09:23:50 +02:00
parent e2d329303d
commit 92fd0df573
1 changed files with 13 additions and 0 deletions

View File

@ -0,0 +1,13 @@
// Place your key bindings in this file to override the defaultsauto[]
[
{
"key": "ctrl+alt+i",
"command": "emojisense.quickEmojitext",
"when": "editorTextFocus"
},
{
"key": "ctrl+shift+i",
"command": "-emojisense.quickEmojitext",
"when": "editorTextFocus"
}
]