dotfiles/vscode/.config/Code - OSS/User/keybindings.json

13 lines
324 B
JSON

// 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"
}
]