A minor thing I noticed was missing while implementing vim emulation based on the example was going to the next "end of word" via 'e' was missing, and that there's no corresponding enum member in CursorMove
I'd propose adding a new WordEnd member to the enum and handle it using the existing find_word_end_forward() method
A minor thing I noticed was missing while implementing vim emulation based on the example was going to the next "end of word" via 'e' was missing, and that there's no corresponding enum member in
CursorMove
I'd propose adding a new
WordEnd
member to the enum and handle it using the existingfind_word_end_forward()
method