I installed it on mac and changed the Keyboard shortcut.
This is what you can see in my keybindings.json:
// Place your key bindings in this file to overwrite the defaults
[
{
"key": "cmd+.",
"command": "erb.toggleTags",
"when": "editorTextFocus && editorLangId == 'erb'"
},
{
"key": "ctrl+shift+`",
"command": "-erb.toggleTags",
"when": "editorTextFocus && editorLangId == 'erb'"
}
]
```
I installed it on mac and changed the Keyboard shortcut.
This is what you can see in my keybindings.json: