OpenVim is a text/code editor written in C that's focused on being as minimal as possible, yet useful enough to be someones primary editor! It includes many quality of life features such as syntax highlighting, find and replace and much, much more. It's primarily just a passion project, but usable as a real editor!
git clone https://github.com/ElisStaaf/openvim
cd openvim
./build.sh # If you just want to build
./install.sh # If you want to install to /usr/local/bin
- Syntax highlighting
- File tree
- Configuration
- Search and replace
- Keyboard shortcuts
This project is primarily licensed under the Apache 2.0 License, see LICENSE for further details on the matter.
OpenVim is based on "Bedd": A flexible and easy to use editor, check out the "Bedd" editor here.