vi is the most widely available editor in Unix systems - it's small, fast and uses nice, cryptic commands...
emacs is another, quite widely available editor - it's programmable (in Lisp), can do everything and programmers usually love it (cause it's programmable and has special modes for most programming languages, so that you don't need to use Godgilla - uh, I meant Eclipse/Netbeans/et al.).
Also (in no particular order - OK so it's in the order of ls...):
Try:
man man
info info
And remember! Spaces in filenames need to be escaped with a backslash as in:
ls ~/My\ Documents
May the command line be with you...
Don't come back to me crying that you've lost all your files, even the ones you haven't created yet! That's called a "right of passage", for which you should be thankful... ;-)