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

7 lines
371 B
Markdown

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.