Category:Applications:Editor

Jump to: navigation, search
A text editor is software application used for editing plain text. It is distinguished from a word processor in that it does not support document formatting and other features used in desktop publishing.

In plain text you can see on the screen almost the same what is stored in the file, plus minimal set of control characters like a new line and tabulator. That makes plain text not so fancy, but you can read it on almost any computer in the world.

Linux configuration files in /etc directory are mostly plain text, so if you want to tweak your system to fit your needs you will need some plain text editor.

Especially if you want to change the content of files (edit it) that are important for your operating system you may want to depend on as few programs as possible while you are editing. Therefore you might want to start a text editor that can be used via a Command Line Interface (CLI or one meaning of console) and does not depend on a Graphical User Interface (GUI).

Editors For Use from Command Line Interface (console)

  • vi is part of UNIX
  • Vim is a clone of vi with additional features and mostly used in Linux systems by commands with "vi".
  • GNU nano (or nano) is a minimalistic editor and almost an exact clone for Linux systems of the older pico.
  • mcedit is a pretty comfortable editor, and part of the Midnight Commander file manager.
  • Emacs in another text editor.
  • kakoune is a very new editor, still in development but already very usable.

Editors For Use From A Graphical User Interface (GUI)

  • Kate is the default text editor in KDE.
  • KWrite is another KDE text editor.
  • gedit is the default text editor in GNOME.
  • XEmacs is happy with X Window.
  • gvim is a GUI mode of Vim with menus and toolbars.

Pages in category "Applications:Editor"

The following 11 pages are in this category, out of 11 total.