We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Using vi bindings, if the cursor is on 1 in
1
12 345
pressing e in normal mode will move to 5 while it should move to 2.
e
5
2
The current definition of e is
bind e forward-char forward-word backward-char
I believe the following binding to be correct:
bind e forward-word backward-char
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: