Difference between revisions of "Text Editing for Coders"

From FreekiWiki
Jump to navigation Jump to search
m
(you can hide the extra stuff by putting a pipe at the end)
 
(One intermediate revision by one other user not shown)
Line 8: Line 8:
  
 
* Wikipedia articles for more information:
 
* Wikipedia articles for more information:
** http://en.wikipedia.org/wiki/Vi  
+
** [[:Wikipedia:Vi|Vi]]
** http://en.wikipedia.org/wiki/Vim_%28text_editor%29
+
** [[:Wikipedia:Vim (text editor)|Vim]]
** http://en.wikipedia.org/wiki/Emacs  
+
** [[:Wikipedia:Emacs|Emacs]]
** http://en.wikipedia.org/wiki/Nano_%28text_editor%29
+
** [[:Wikipedia:Nano (text editor)|Nano]]
  
 
Aspiring coders should pick one and learn it.
 
Aspiring coders should pick one and learn it.

Latest revision as of 11:45, 21 January 2006

Here are some text editors that are currently in common use at Free Geek:

  • vim -- a programmer's text editor that relies on you knowing a certain amount of arcane stuff. This editor is one of the variants of vi. Start "vimtutor" from the command line to learn how to use it.
  • nano -- probably one of the easiest to use for people new to editing text files under linux.
  • emacs -- a programmer's text editor with tons of features. Start it and type "Control-h t" to learn how to use it.

There's an ongoing religious war between vim and emacs users.

Aspiring coders should pick one and learn it.