Skip to content

Latest commit

 

History

History
76 lines (46 loc) · 2.13 KB

SCREENS.md

File metadata and controls

76 lines (46 loc) · 2.13 KB

historical screenshots

see the progress of babi over time

2019-08-03

  • before babi could read files
  • the --color-test is missing the header (added later)
  • scrolling was not bounded, you could go anywhere even without file contents

2019-08-16

  • babi can now read files
  • --color-test now has a header
  • scrolling is now bounded by text and implemented
  • horizontal scrolling is not yet implemented

2019-08-31

  • babi can now scroll horizontally
  • text can now be entered, deleted, and backspaced
  • navigation via home (^A) + end (^E) is enabled

2019-09-28

  • babi can now open multiple files
  • babi can switch between files via Alt+Left / Alt+Right

2019-10-05

  • babi can save using ^S
  • several cases are still unhandled (saving unnamed new file, file contents changed while editing)

2019-10-13

  • babi now has a command mode (trigger by Escape)
  • babi can be quit using :q and can save using :w

2020-03-14

  • a lot of stuff has changed, there's now syntax highlighting and other things
  • sorry I haven't updated in a while