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

vi mode cursor position isn't vi-like #694

Open
crides opened this issue Jan 2, 2024 · 0 comments
Open

vi mode cursor position isn't vi-like #694

crides opened this issue Jan 2, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@crides
Copy link
Contributor

crides commented Jan 2, 2024

2 main issues I can observe:

  1. Escape doesn't move the cursor back.

    For example, interleaving i and escape moves the cursor back one by one (in both vim and zsh vi mode)

  2. Moving to the last character puts the cursor after the last character, not on top of it. Note: $ is not the only way to achieve this

    For example, having asdf and the cursor at the front (position 0), and pressing any one of w, W, E, e, $ in normal mode, or just pressing right arrows should put the cursor on top of f.

@crides crides added the bug Something isn't working label Jan 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant