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

e: move to the last character #86

Open
rcmdnk opened this issue Jul 30, 2023 · 2 comments
Open

e: move to the last character #86

rcmdnk opened this issue Jul 30, 2023 · 2 comments

Comments

@rcmdnk
Copy link
Owner

rcmdnk commented Jul 30, 2023

currently e move the cursor to the next character of the last character of the word.

aaa bbb| ccc

instead of

aaa bb|b ccc

(this is actually what vim does)

it could be no problem to change (double left) after update of 4473800 ?

@everdom
Copy link

everdom commented Oct 27, 2023

I meet the same problem, it also occurs in visual mode, not like the action in real vim.

@rcmdnk
Copy link
Owner Author

rcmdnk commented Oct 29, 2023

ah, it is more complicated.
I think current behavior is fine in visual mode,
ad Vim's visual mode covers upto the end of the word.

But it should be moved 1 character before if it is changed to the normal mode w/o any modification in the visual mode.
(This can be applied for any case in the visual mode.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants