Skip to content

0.3.3

Compare
Choose a tag to compare
@github-actions github-actions released this 01 May 10:31
· 46 commits to main since this release

Features

  • Introduce the o short command to open a file
  • Display cursor in the message bar while typing a command

Improvements

  • Add strong types around row index VS line number to avoid conversion errors
  • Move the cursor to the top left position when opening a new file
  • Format the help sections titles in bold and automatically generate the help text

Fixes

  • Fix erratic behavior when navigating into the current view, caused by using the terminal size and not the text area size
  • Prevent crashes by using saturating arithmetic operations
  • Prevent wrong jumps when inserting/deleting a line after the first half view
  • Fix a bug preventing bo from being used as the git editor