G
G
greenzlat2020-08-24 11:43:42
Emmet
greenzlat, 2020-08-24 11:43:42

Keyboard shortcuts stopped working in Emmet Sublime Text 3, how to fix?

Today I turned on ST3 - there was a message about updating the emmet plugin. And some hot keys stopped working, namely:

CTRL + SHIFT + G - wrap in a tag, it was very convenient.
Also CTRL + , (comma) - selection of a piece of code within a tag.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
G
GUROV DMITRIY, 2020-08-24
@GurovDima

Add
[
{ "keys": ["ctrl+shift+g"], "command": "emmet_wrap_with_abbreviation" },
]
link to other commands
https://github.com/emmetio/sublime-text- plugin/blo...