Basic terminal text editor written in Go. This was implemented as a test bed to learn about how text editor data structures are implemented. No plans on making this production worthy.
- Uses a gap buffer for editing.
- Makes use of Bubble Tea for application loop and terminal control.
- Unit test full coverage for gap buffer
- Horizontal line scrolling
- Word wrap mode
- Undo/redo
- Rope or other data structure
- Replace Bubble Tea