"w" key in normal mode advances to end of word like "e"
Closed this issue · 2 comments
jonch070 commented
"w" key in normal mode advances to end of word like "e" instead of forward to start of the word
tonisives commented
That is true. It is the limitation of this kind of vim mode "imitation". We only simulate keystrokes(alt+right arrow for "w") and cannot add logic like word start/end recognition easily.
jonch070 commented
gotcha!