Build Your Own Text Editor is a tutorial to creating the text editor kilo in C. Let's follow along in Golang!
Completed steps from Table of Contents
- Setup
- Entering raw mode
- Raw input and output
- A text viewer
- A text editor
- Search
- Syntax highlighting
- Appendices
Skipped
- Step 15, partially: CS8 flag
- Step 16: A timeout for
read
- Steps 36, 37, 38: Append buffer