Search code examples
sublimetext3

How to bind emmet "wrap with abbreviation" in Sublime 3?


Previously, it worked with the command ctrl + shift + g, but for some reason it does not work now.


Solution

  • You can add this in User Keybinding:

    { "keys": ["ctrl+shift+g"], "command": "emmet_wrap_with_abbreviation" },