Emacs is a great text editor. It has tremendous power when you become a strong user. You can access the shell, open as many files as you want, in many sub-windows and extremely powerful script support that will allow you to add all kinds of neat features.
I use ruby ​​mode, which adds syntax highlighting and something else like ruby, and the same thing exists for every main language.
If you continue to use it, you can only use the keyboard and never touch the mouse, which greatly increases the speed of editing.
If you want to start with something much simpler, gedit is good ... it has also built in syntax highlighting for most languages ​​based on the file name extension. It comes with the OS (although you can easily install emacs using apt-get or some similar package search utility).
UPDATE: I think gedit is based solely on the graphical interface, so it would be useful to study emacs if you are stuck with the shell only (it is fully functional both in shell and in graphical mode).
FURTHER UPDATE: Just FYI, I'm not trying to push Emacs to Vim, this is what I use, and it's a great editor (I'm sure Vim too). This is difficult at first (since I'm sure Vim is also), but the question was about Linux text editors besides vi ... Emacs seems like a logical choice for me, but gedit is a great simple text editor with some nice features if that's all you are looking for .
Mike Stone Aug 05 '08 at 21:49 2008-08-05 21:49
source share