I use vi because that's what I learned after notepad :)

I am currently trying to learn emacs and fumbling along with the basic commands. I think for the things that vi does, its quicker for me to get things done (as can be said for perl) in vi. My fingers don't have to leave the home row whereas in emacs you have to keep reaching over to hit the escape key (I'm sure that could be solved by remapping or something, but I haven't got around to that yet, or what I'd want to remap it to).

So why I'm I learning emacs? Because emacs and vi are not really comparable. Vi is a great text editor, Emacs is (as I understand it) a great development environment.

BTW, I find syntax highlighting distracting even on HTML files where a decent job is done of it, and completely annoying when editing perl.

For another perspective, see this (Hey, I used to use edlin! :).


In reply to Re: Favorite Text Editor? by runrig
in thread Favorite Text Editor? by Rhandom

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.