I use Ubuntu Linux and there are two text editors I regularly use:
1. gedit
A simple, Gnome based text editor like notepad but with far more features like syntax highlighting and plugin support.
2. vi
My editor of choice when dealing with config files or when I have to work on a terminal. |