Skip to content

odCat/vi-clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Yet another vi clone

I use vim/nvim every day, so I wanted to see how difficult would it be to recreate the functionality myself using C.

Recently, while learning ncurses, I learnt the first version of vi was made using the curses library. This is how the library was chosen to be the backbone of the project.

Story mapping

To see the story mapping of the project check the following miro board.

Installation

To build the project, run the command:

$ make

To run the executable:

$ ./vi

Contributing

I would appreciate any interest in the project!

To contribute small fixes, please fork the repo and open a pull request.

For suggestions and feature requests please contact me via email: [email protected].

About

A vi clone made using the ncurses library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published