Minimal text editor built entirely in C. Used snaptoken's kilo tutorial as a starting point.
Make sure to run this in a Linux environment. If using Windows, download and use Bash.
make
./kilo [file_name - optional argument]
Ctrl+Q to quit, Ctrl+S to save, Ctrl+F to find/search
- Ctrl-C/Ctrl-V
- Split screen?
- Permanently displaying text editor navigation command sequences
- Support for other filetypes in terms of syntax coloring and highlighting
- More potential features suggested here