-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
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'"
}
]
```
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels