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
- Host: GitHub
- URL: https://github.com/zevaverbach/zed
- Owner: zevaverbach
- Created: 2022-12-30T01:48:09.000Z (over 3 years ago)
- Default Branch: trunk
- Last Pushed: 2023-01-17T08:54:08.000Z (over 3 years ago)
- Last Synced: 2025-11-21T20:11:38.348Z (7 months ago)
- Language: C
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.