Skip to content

Make automatic renaming work with xand d #81

@Alexnortung

Description

@Alexnortung

Currently if I have a tag and try to change it with x if I made a typo, it does not update the closing tag.

example (cursor: |)

<form|r|>
</formr>

pressing x results in

<form|>|
</formr>

However I would expect autotag to fix my typo this way.

Currently it seems to only work in insert mode, so if I pressed s<ESC> instead it would update to what I wanted.

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions