Sign up for FlowVella
Sign up with FacebookAlready have an account? Sign in now
By registering you are agreeing to our
Terms of Service
Loading Flow
Text Editors
n GNU Emacs – Freely programmable full-screen text editor and general computing environment (using builtin Elisp, a simple dialect of the Lisp programming language)
n Joe – a screen-oriented text editor using a Wordstar-style command set
n Jove – a screen-oriented text editor using an Emacs-style command set
n pico – PIne's message COmposition editor (simple, easy to use screen editor)
n vi – "Visual" (screen-oriented) text editor (originally ex in screen-oriented "visual" mode)
n vim – Vi IMproved, portable vi-compatible editor with multiple buffers, screen splitting, syntax highlighting and a lot of other features not found in standard ex/vi
n XEmacs – Popular version of emacs that is derived from GNU Emacs