An open API service indexing awesome lists of open source software.

https://github.com/azhng/viv

Viv "Viv isn't Vim": A lightweight implementation of classic Vi editor using C++
https://github.com/azhng/viv

vim

Last synced: about 1 year ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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 (**V**iv **I**sn't **V**im") 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
``` bash
unzip .zip
cd build
./src/vm
```