Files
zed/README.md
2023-01-16 10:17:00 +01:00

371 B

This is me coding along with Mr. 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.