johtela / vscode-modaledit

Configurable Modal Editing in VS Code
https://johtela.github.io/vscode-modaledit/docs/README.html
Other
89 stars 8 forks source link

cit vim preset does not work as expect (Change inner tag) #38

Open mauscoelho opened 1 year ago

mauscoelho commented 1 year ago

Currently, when using cit in an HTML tag it selects the inside of <> instead of the content inside of the tag.

Example:

<div>hello</div>

Currently Pressing cit using vim preset result:

<>hello</div>

Expected

<div></div>

How can I change this behaviour?