Reputation: 13
Previously, it worked with the command ctrl + shift + g, but for some reason it does not work now.
Upvotes: 1
Views: 606
Reputation: 26
You can add this in User Keybinding:
{ "keys": ["ctrl+shift+g"], "command": "emmet_wrap_with_abbreviation" },
Upvotes: 1