v0.5.2
- Do not hide a cursor when a placeholder text is printed. (#73, thanks @kyu08)
- Add
CursorMove::WordEnd
which moves a cursor to the end of the next word inclusively. (#75, thanks @achristmascarl)- The behavior is similar to
e
mapping of Vim in normal mode.vim
example implements the mapping for demonstration.
- The behavior is similar to