The following is a list of text editors.
Graphical
System default
Free software
Freeware
Commercial
Text-based
- Cream (for Vim) - A configuration of Vim that is easy to learn and use.
- Emacs - A screen-based editor with an embedded computer language, Emacs Lisp. Early versions were implemented in TECO, see below.
- Nano - An open source clone of Pico.
- nvi - A reimplementation of vi.
- Pico
- vi - One of the earliest screen-based editors, available in UNIX, and part of the POSIX standard.
- vim - A modern VI work-alike with more features, including a scripting interface for Perl and Python.
Collaborative
ASCII art
- ACiDDraw - Designed for editing ASCII text art. Supports ANSI color (ANSI X3.64).
- PabloDraw
Historical
Visual editor
Line editor
- ed - UNIX's early character-based editor.
- edlin - A character-based editor delivered with MS-DOS.
- edt - A character based editor used on DEC PDP-11s and VAXen.
- sed - An non-interactive programmable character-based text editor available in UNIX.
- TECO - One of the most advanced character-based editors, which included a programming language.
See also