Results 1 to 10 of 16
Which editors are the best with fair ease of use?...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 08-02-2005 #1Linux Newbie
- Join Date
- Jun 2005
- Location
- Yorktown, VA
- Posts
- 215
Editors
Which editors are the best with fair ease of use?
MCP | Network+
- 08-02-2005 #2forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 18,733
GUI, or command line?
- 08-02-2005 #3Linux Newbie
- Join Date
- Feb 2005
- Location
- Texas
- Posts
- 168
For simplicity, I would suggest jed. It is very small and has a menu interface and syntax highlighting if you are programming or writing scripts.
JeffRegistered Linux User #391940
- 08-02-2005 #4Linux Guru
- Join Date
- May 2004
- Location
- forums.gentoo.org
- Posts
- 1,814
Command line:
- Nano
Pico
Joe
vi Old school, not intuitve, guaranteed to be there
Gui:- gedit
Kate
Midnight Commander ('mc') has a built-in editor./IMHO
//got nothin'
///this use to look better
- 08-02-2005 #5
Pico all the way!!!!!!!!!
For gui, gedit (gnome) or kate (kde).
BryanLooking for a distro? Look here.
"There can be no doubt that all our knowledge begins with experience." - Immanuel Kant (Critique of Pure Reason)
Queen's University - Arts and Science 2008 (Sociology)
Registered Linux User #386147.
- 08-02-2005 #6
I'm a fan of nano, but if the system doesn't have it, pico or joe will suffice. In the gui, nothing touches gedit, unless I'm doing certain types of programming, then GNU Emacs' syntax hilighting, indentation, and the power to do so much with your programs (compile, run, etc.) is unmatched. But nano/joe/pico if I just want Notepad.exe
- 08-02-2005 #7Just Joined!
- Join Date
- Jul 2005
- Posts
- 72
For the GUI, gVim. Yes, I know, based on vi, etc... But it has syntax highlighting and a built-in manual, and isn't that hard to use. Basically, all you have to know when you start using it is that 'a' or 'i' turns on insert mode and esc turns it off.
For the command line, nano is okay, but it completely lacks syntax highlighting.
- 08-02-2005 #8
However, on Gentoo, nano does have some nice syntax rules for ebuilds (just have to uncomment some stuff in /etc/nanorc IIRC)
- 08-03-2005 #9Linux Guru
- Join Date
- May 2004
- Location
- forums.gentoo.org
- Posts
- 1,814
I use Gnome and I have both gedit and kate. Both are easy to use and easy to look at.
Originally Posted by bryansmith /IMHO
//got nothin'
///this use to look better
- 08-03-2005 #10forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 18,733
gui = SciTE or gvim
cli = vim


Reply With Quote
