💾 Archived View for cjc.im › 2017 › 04 › 17 › Writing-a-text-editor › index.gmi captured on 2022-07-16 at 13:45:38. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2022-03-01)
-=-=-=-=-=-=-
Apr 17, 2017
Decided to get my C back up to scratch and write a text editor, making some nice progress. Based around how I use vim, "envy" is a minimal, dependancy free editor. Initially following a tutorial to make a small text editor, I have added a vi-like modal system and keybindings that match my current vim config.
The source and progress can be found here[1] TAGS:development,minimalism