mirror of
1
0
Fork 0
ped/README.md

560 B

🧸Ted

Ted (or Tristan's editor) is a text editor that aims at being as minimalist as possible but supporting dynamically loadable modules to add to its featureset.

Compiling

If you want to jump straight into it, simply run,

make test

This compiles ped, and opens the file test in ped.

If you simply want to compile ped, simply type,

make

This creates the ped binary in bin/ped, then,

./ped <filename>

Will open <filename> in ped.

Keybinds


Function Keybind
Exit Ctr+q