SSH Asked:2020-08-24 12:04:09 +0000 UTC2020-08-24 12:04:09 +0000 UTC 2020-08-24 12:04:09 +0000 UTC ctrl+shift+g 在 Sublime 中停止工作 772 这个组合键突然停止工作。在此之前,一切正常,没有进行任何更改。发现了一个类似的问题 - https://github.com/sergeche/emmet-sublime/issues/569 有没有人遇到过这个问题,我该如何解决? sublime-text-3 1 个回答 Voted Best Answer tis-cake 2020-08-26T00:12:51Z2020-08-26T00:12:51Z 在 Sublime 设置(Preferences -> Key Bindings)中,您需要指定: { "keys": ["ctrl+shift+g"], "command": "emmet_wrap_with_abbreviation" },
在 Sublime 设置(Preferences -> Key Bindings)中,您需要指定:
{ "keys": ["ctrl+shift+g"], "command": "emmet_wrap_with_abbreviation" },