Skip to content

v0.9.2

Compare
Choose a tag to compare
@preiter93 preiter93 released this 31 Oct 14:08
· 7 commits to main since this release
  • Impl 'yy': Yank current line
  • Handle cases where yanked buffer starts with a new line character. In this case we paste the yank buffer into the start of a next new line, instead of breaking the current line. This matches vim behaviour.
  • Fix mouse selection on wrapped lines