Skip to content

v0.3.0

Compare
Choose a tag to compare
@github-actions github-actions released this 15 Aug 19:31
· 128 commits to main since this release

Many offsets/overflow bugs have been fixed. Many new navigation and UX features have been implemented:

  • m now support finding the matching symbols over multiple lines
  • the cursor style depends on the mode
  • display a marker if some unsaved changes have been made
  • ask confirmation before quitting if there's unsaved changes, and introduce the :wq force quit command
  • support ~ expansion in the filename
  • automatically translate a Tab to 4 spaces (thanks @ilmanzo !)
  • automatically dump unsaved changes to a swap file, and restore it in case of a crash
  • bo <filename> now opens a new/unsaved <filename> file