Skip to content
New issue

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

The cursor position does not go back one character after exiting the replace mode #78

Closed
jeffreytse opened this issue Mar 31, 2021 · 0 comments
Assignees
Labels
bug Something isn't working verified This issue was already verified

Comments

@jeffreytse
Copy link
Owner

Reproduce

  • Open a new terminal.
  • Input the content as below.
abc
  • Put the cursor at the "b".
  • Enter normal mode and press R.
  • Press <ESC> to exit the replace mode.

Result

The cursor is still at b.

Expected behavior

The cursor should be at a.

@jeffreytse jeffreytse added bug Something isn't working verified This issue was already verified labels Mar 31, 2021
@jeffreytse jeffreytse self-assigned this Mar 31, 2021
jeffreytse added a commit that referenced this issue Mar 31, 2021
The cursor position should go back one character after exiting the
replace mode.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working verified This issue was already verified
Projects
None yet
Development

No branches or pull requests

1 participant