Tiny ncurses text editor.
Led is tiny, surprisingly fast, and not a clone of either vi nor emacs.
It only has the bare minimum expected of a text editor:
- Clipboard support with
xsel; - Simple search and replace;
- Multiple buffers;
- Jump to line;
- Undo and redo;
Compile with:
make install
- Simply edit
config.hand recompile.
- No runtime configuration;
- No syntax highlighting;
- Only supports ascii;
