Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
Already on GitHub? Sign in to your account
vi binding 'e' has wrong behaviour on second-to-last char #4025
Comments
zanchey
added
the
vi-mode
label
May 13, 2017
|
This was added to fix #2171.
That binding has the issue that it will get stuck on "bigwords". E.g. executing it multiple times on "12-345" will have the cursor go to "2", then "-" and then get stuck there. We probably need to introduce additional bind functions here - "end-of-word" and "beginning-of-word". |
krader1961
added
the
enhancement
label
May 24, 2017
krader1961
added this to the fish-future milestone
May 24, 2017
faho
referenced this issue
Sep 6, 2017
Closed
Vi like command line 'b' and 'e' command doesn't behave properly #4371
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Ambrevar commentedMay 13, 2017
Using vi bindings, if the cursor is on
1inpressing
ein normal mode will move to5while it should move to2.The current definition of
eisI believe the following binding to be correct: