What's the problem with pico?
1–8 of 8 posts
Re: What's the problem with pico?
#2Vi 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.
Re: What's the problem with pico?
#3Re: What's the problem with pico?
#4I 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.
Re: What's the problem with pico?
#5Personally, 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.
Re: What's the problem with pico?
#6Re: What's the problem with pico?
#7Except for basic editing tasks they aren't really comparable. Pico (or it's clone nano) are basic text editors designed to be easy for beginners to learn and use. Emacs is a text editor that is so extensible (and so extended!) that it's often compared to an operating system. 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'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.
Re: What's the problem with pico?
#8If 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.