What's the problem with pico?
This is just a request to inform my brain from people who know better. What's wrong with using pico for editing? Everyone and their hacker grandmother talks about the advantages of emacs. I've never actually used it so I have nothing negative to say. I've just used pico for my command line editing because I've found it works pretty well and I like the editing commands. Why emacs over pico?
7 comments
[ 2.8 ms ] story [ 26.5 ms ] threadVi and Emacs just slow me down, and I've tried/used both more than you might think.
Frankly, I'm just a lot faster at moving text around in a graphical environment. I prefer terminals for other things.
I used Emacs continuously for two years and vi on-and-off over five years. What do I use now when I need to do a bit of text-editing on a CLI...I use pico or nano. The problem is that I don't use Emacs or vi all the time, and can't remember the key bindings well enough to use them effectively. That's not a problem with pico.
So to answer your question: as long as you're doing relatively small programs (hundreds of lines and only a few files) pico should be fine. You might want to look into nano though, it looks the same but allows syntax highlighting and is more configurable.
I've used both, though seem to be a bit quicker in Vi - try evim (easy vim) if you're not comfortable with jumping right in.
Personally, I use nano when I need to edit files from a text console (and kwrite when I'm in front of my usual KDE desktop and am editing local files). I've never seen any point to learning either emacs or vi.
If you are using vim I should also point out that pressing escape and then press u to undo changes. Repeat as many times as you need. Ctrl+r will redo. (I believe vi only lets you undo one change and no redo. Correct me if I am wrong.)
This editor is on all nix systems and is quite easy to use in the basic capacity. But to each their own. I have not tried emacs lately so I cannot attest to that editor.