Welcome, Guest. Please login or register.

Author Topic: Your Favorite Text-Editor..  (Read 12423 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline jaokim

  • Full Member
  • ***
  • Join Date: Jun 2002
  • Posts: 205
    • Show all replies
Re: Your Favorite Text-Editor..
« on: November 06, 2002, 12:19:40 PM »
Quote
Quote:

Argo wrote:
VI... need I say more.


*shivers* evil nasty horrible piece of rubbish!


I'd say VI also. don't know why, guess it was when i was trying to do some serious configuring on linux, had to learn it, damn it! Mine also has loads of colourization modes, Pascal, c/c++, crontab-files, bash-files, html, everything. I like it. Like it alot.
Once you understand that [Esc] makes you type commands, and [Insert] makes you insert text it's not that hard. Otherwise it can be a real bitch!
Crashcourse:
vi file2edit

[INSERT] to insert text. (once more and it replaces)
[ESC] followed by [w] writes the file
[ESC] [q] quits!