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++
- Host: GitHub
- URL: https://github.com/azhng/viv
- Owner: Azhng
- Created: 2017-12-18T07:21:55.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-18T07:47:17.000Z (over 8 years ago)
- Last Synced: 2025-02-02T10:32:46.189Z (over 1 year ago)
- Topics: vim
- Homepage:
- Size: 1.29 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```