This commit is contained in:
2023-01-16 10:17:00 +01:00
parent ce40695e1d
commit bddcddc9b8
3 changed files with 16 additions and 11 deletions

View File

@@ -1,3 +1,6 @@
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.