By default, when PeasyMotion is invoked, jump labels are assigned to the beginning of words:
It would be nice/useful to add functionality to assign jump labels to end of all words. Not sure how that is done in Vim but VsCodeVim, given this text:
It would look similar to:
Both Vim and VsCode Vim support jumping to the end of words forward from the current cursor position, below, the cursor is on the "p" character at the beginning of line 6:
VsCode Vim
Vim
As noted in #10 there is a small difference between Vim and VsCode Vim with blank lines.
Both Vim and VsCode Vim support jumping to the end of words backward from the current cursor position, below, the cursor is on the "p" character at the beginning of line 9:
VsCode Vim
By default, when PeasyMotion is invoked, jump labels are assigned to the beginning of words:
It would be nice/useful to add functionality to assign jump labels to end of all words. Not sure how that is done in Vim but VsCodeVim, given this text:
It would look similar to:
Both Vim and VsCode Vim support jumping to the end of words forward from the current cursor position, below, the cursor is on the "p" character at the beginning of line 6: VsCode Vim
Vim
As noted in #10 there is a small difference between Vim and VsCode Vim with blank lines.
Both Vim and VsCode Vim support jumping to the end of words backward from the current cursor position, below, the cursor is on the "p" character at the beginning of line 9: VsCode Vim
Vim