I wonder if there's a way to replace the ALT + W key combination in order to trigger it. I can see the other extension, [HTML Tag Wrapper](https://github.com/hwen/tag-wrapper#extension-settings), allows it by just using something like this on the user config: ```json { "key": "ctrl+shift+i", "command": "extension.wrapTag", "when": "editorTextFocus" } ``` Would it be possible to include this on this extension too? I prefer this one :)
I wonder if there's a way to replace the ALT + W key combination in order to trigger it.
I can see the other extension, HTML Tag Wrapper, allows it by just using something like this on the user config:
{ "key": "ctrl+shift+i", "command": "extension.wrapTag", "when": "editorTextFocus" }Would it be possible to include this on this extension too?
I prefer this one :)