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

https://github.com/zevaverbach/zed

a text editor in C, copied from Tsoding
https://github.com/zevaverbach/zed

Last synced: 13 days ago
JSON representation

a text editor in C, copied from Tsoding

Awesome Lists containing this project

README

          

This is me coding along with Mr. [Tsoding](https://www.twitch.tv/tsoding)'s stream about creating a text editor from scratch using C.

Left off at https://www.twitch.tv/videos/1685122716?t=02h25m02s on Jan 11, 2023

# Differences
I've decided to go with vim-like key bindings, and I've also modernized some of the code, for example when initializing the `term` instance.