Text Editor in C A simple vim-like text editor written in C. Pre-requisites A C compiler (e.g. gcc) A make utility (e.g. make) Usage make the executable file make run the executable file ./target/editor