This is an attempt to write a modal text editor in c++ and OpenGL for rendering.
It has a vim like modal system (edit, navigation mode), basic text editing and navigation commands. Has window horizontal/vertical spliting. Can open other files, and has a drop down autocompletion menu for commands. Customizable keybinds in config.txt file. It is a hobby project, not even close to finished. Lacks some basic functionality like scrolling etc..
You can download the current build on Release page
Read config.txt file for all the keybinds.

