/kilo

Your own text editor written in C

Primary LanguageCMIT LicenseMIT

Kilo

Your own text editor

Kilo is a minimal text editor for linux written in C with no dependencies or external libraries.
Based on the original kilo and the tutorial Build Your Own Text Editor.

Screenshot

Screenshot

Features

  • Text editing
  • Find

Usage

# for editing an existed file
./kilo <filename>
# or with no argument to start editing a new file
./kilo

Keys

CTRL-S: Save
CTRL-Q: Quit
CTRL-F: Find string in file (ESC to exit search, arrows to navigate)

Build

Kilo requires gcc to build.

make

License

MIT License