vi

vi is probably not for those who want a less-than-minimal editor. With that in mind,

https://thrig.me/src/vi.git

is a clone of the base OpenBSD vi that adds features that I want (or removes that which I do not want). Hacking on an old code base can also be educational, and vim (even a fairly minimal build with zero plugins) had gotten rather too sluggish for my taste (30 millisecond startup times, ouch!). Anyways, the changes to vi, in no particular order include:

more ex-vi documentation

See Also

https://viewsourcecode.org/snaptoken/kilo/

Back to tech index

tags #vi