see the progress of babi over time
- 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
- 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
- babi can now scroll horizontally
- text can now be entered, deleted, and backspaced
- navigation via home (
^A
) + end (^E
) is enabled
- babi can now open multiple files
- babi can switch between files via
Alt+Left
/Alt+Right
- babi can save using
^S
- several cases are still unhandled (saving unnamed new file, file contents changed while editing)
- babi now has a command mode (trigger by
Escape
) - babi can be quit using
:q
and can save using:w
- a lot of stuff has changed, there's now syntax highlighting and other things
- sorry I haven't updated in a while