/viv

Viv "Viv isn't Vim": A lightweight implementation of classic Vi editor using C++

viv

Disclaimer: Due to University of Waterloo Policy #71, source code of this project is not publically available. However, feel free to contact me and I will be more than happy to send you a copy of the source code as long as you are not submitting it as your school project. ;)

Viv (Viv Isn't Vim") is a lightweight implementation of classic Vi editor using C++. We implemented most of the core features in Vim editor including: navigation, file open/save, editing, undo, macros, syntax-highlighting for C++ language.

Instruction

unzip <name-of-the-zip-file>.zip
cd build
./src/vm <file-to-be-open>