Very simple text editor supporting few commands and navigation-motions (See Readme ). I built it as Go learning experience, I wanted to build something lower level.
I implemented and learned about:
- terminal rendering
- Gap buffer data structure for text buffer storage
- Go interfaces