Simple terminal based text editor written entirely in C
Following along with https://viewsourcecode.org/snaptoken/kilo/
- Get input from the user
- Get the current cursor position
- Edit any text file in real time
- Support commands such as Ctrl-C Ctrl-V
- Implement Gap Buffers