Minimal Text-Editor in C
GVIM - Simple and Minimal Text-editor written in pure C. with syntax hightlighting feature.
G-VIM v0.9.5
- clone this repository
git clone https://github.com/thehackersbrain/text-editor.git
- change the directory and compile the source code
cd text-editor && make
- adding the file in
~/.local/bin
directorycp gvim "$HOME/.local/bin"
- clone this repository
git clone https://github.com/thehackersbrain/text-editor.git
- execute the binary
cd text-editor && chmod +x gvim && ./gvim
Check this out here