We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
.foo.bar.baz.
r
<ESC>
dT
The content will be changed to .foo.ba.baz, it shouldn't remove the letter at cursor position (i.e. r).
.foo.ba.baz
The text was updated successfully, but these errors were encountered:
fix: Exiting range operation will remove a letter (#62)
8752cc0
This commit fixed the issue that exiting the range operator pending status (e.g. stroking df<ESC>) will remove a letter at cursor position.
fix: exiting range operation will remove a letter (#62)
2565851
jeffreytse
No branches or pull requests
Reproduce
.foo.bar.baz.
and move cursor to letterr
.<ESC>
to enter Normal Mode.dT
.<ESC>
to exit this operation.Result
The content will be changed to
.foo.ba.baz
, it shouldn't remove the letter at cursor position (i.e.r
).The text was updated successfully, but these errors were encountered: