A suggestion made with your tongue firmly in your cheek
@f33dm3bits.
It's worth noting the differences between word processors such as Microsoft Word, including word processors in linux such as libreoffice and abiword, compared with text editors.
The word processor formats text in all sort of ways with fonts, tables, colors, images, margins and all sorts of formatting which make a document look a certain way chosen by the user.
The text editor writes plain text in ascii and/or utf-8 without formatting. It's used more for taking notes, writing programming code and for writing and amending configuration files.
A word processor puts lots of codes into its file which a text editor doesn't do. So for example, writing in configuration files, the text editor writes clean text that the app can read whereas if a word processor was used, it would have lots of hidden codes that would be confusing for an app to read, so it's a mistake to write or amend configuration files with a word processor in linux.
The following is a partial list of text editors available in debian, usable in the console or terminal:
alpine-pico
e3
ed
edlin
efte
elvis-tiny
emacs
fte
jed
jedit
joe
jove
kilo
l3afpad
le
ledit
levee
mg
micro
mousepad
nano
nano-tiny
ne
nedit
neovim
notepadqq
pluma
retext
textedit.app
vi
vile
vim
zile
Some text editors which use a GUI in debian are these:
bluefish
chr
chr-tiny
gedit
geany
juffed
kate
kile
kwrite
xedit
xjed
yudit
Note that some a specialised in some way, for example, minimalistic, light weight etc. One can read about each text editor in debian with the
apt-cache show <text-editor> command. Other distros are sure to have similar ones available.
Here are some other text editors which don't seem to appear in debian:
atom
brackets
elvis
eddie
featherpad
komodo
lapis
leafpad
leo
pulsar
sublime text
xed
zed
I have been a text editor junkie over the years and these lists are from my notes.