SSH
SSH

Reputation: 13

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.

Upvotes: 1

Views: 606

Answers (1)

Kenny Lam
Kenny Lam

Reputation: 26

You can add this in User Keybinding:

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

Upvotes: 1

Related Questions