TheSillyCoder / text-editor

A simple text editor written in C

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A Simple Text Editor

This is a simple text editor I wrote to relearn C. Thanks to this amazing guide. I have made some changes like implementing Vim like Keybindings, a different way of saving files etc. Learnt a lot of stuff along the way. I'll continue through the guide to add a searh feature and syntax highlighting.

Use it at your own risk

About

A simple text editor written in C


Languages

Language:C 99.6%Language:Makefile 0.4%