You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.
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".
Using vi bindings, if the cursor is on
1
inpressing
e
in normal mode will move to5
while it should move to2
.The current definition of
e
isI believe the following binding to be correct:
The text was updated successfully, but these errors were encountered: