Skip to content

v0.5.2

Compare
Choose a tag to compare
@rhysd rhysd released this 01 Aug 02:09
· 44 commits to main since this release
  • Do not hide a cursor when a placeholder text is printed. (#73, thanks @kyu08)
    • demo
  • 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.