pico vs vim


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers pico vs vim
# 1  
Old 08-04-2009
pico vs vim

I always used pico as a text editor in Terminal or SSH. But what is the advantages/disadvantages between vim and pico?
# 2  
Old 08-05-2009
Hi.

As a start, you can compare features for yourself of each editor (and many more) in the descriptive tables in Comparison of text editors - Wikipedia, the free encyclopedia ... cheers, drl
# 3  
Old 08-05-2009
Pico is far easier to learn but vim is a lot more powerful and has far more functionality. I would at least learn the basics of vi/vim because you will find it on pretty much all UNIX flavors.
# 4  
Old 08-05-2009
pico is simple and not so old it forces you through alien key-combos, but was designed exclusively as an email composer for the pine email suite so is hard to install by itself and may have an occasionally-catastrophic 80 columns limitation. Truncating or wrapping scripts would be a very bad thing.

vim is indeed everywhere, so learning at least the rudiments is useful in an emergency. It also has some very powerful regular-expression features.

But if you want an editor designed for keyboards newer than the ADM3A, I suggest pico's modern successor, nano. It's a fully independent program bundled with no junky email clients, can be told to never wrap words, has a real regex search/replace, color syntax highlighting, and some nice frills like mouse support but you can use it just like pico. It's increasingly popular in linux circles, and comes with osx by default.

Last edited by Corona688; 08-05-2009 at 01:45 PM.. Reason: Spelling and grammar. Pardon me.
# 5  
Old 08-10-2009
Thanks guys
# 6  
Old 08-11-2009
I don't think I've ever been on a unix box that didn't have vi installed. I can't say the same for pico. That was the winning card for me. I later realized vi was far more robust in a lot of other areas as well, but availability is still the trump card.
# 7  
Old 08-11-2009
But its interface...

vi's a reliable last resort, but computing has moved on. The keyboard its interface was shoehorned to fit longer exists, its modern replacement does support hotkeys, and the "glass teletype" has eliminated the need to rubout characters.
Quote:
Originally Posted by Blackacid
I don't think I've ever been on a unix box that didn't have vi installed.
That would be mine. The only time I've needed to use vi was on an embedded system.
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Ed vs pico

Hello! Please, can someone make me clear the difference betveen and interactive and non-interactive test editor? (is not each editor somehow "interactive"???) Many thanks!!! (0 Replies)
Discussion started by: pinklemon
0 Replies

2. Solaris

Very Importan - Vim Settings - Error while opening a File using vim

I downloaded vim.7.2 and compiled the vim source . Added the vim binary path to PATH (Because iam not the root of the box) when i load the file using vim it throws me an error Error detected while processing /home2/e3003091/.vimrc: line 2: E185: Cannot find color scheme darkblue line... (0 Replies)
Discussion started by: girija
0 Replies

3. UNIX for Dummies Questions & Answers

Lost pico editor

I del a lot of files,after that I can't find pico. I have to use vi. However, I like pico. Can should I do ? (4 Replies)
Discussion started by: zhshqzyc
4 Replies

4. UNIX for Dummies Questions & Answers

Can't run emacs, pico..

Hello, I cannot run emacs or pico from my Sun OS command shell. My account does not have a .cshrc file also. When I tried to make a text file and copied it to my account by the name .cshrc, the source commands I place in it do not work. Can anybody tell me how can I solve this? Any help... (8 Replies)
Discussion started by: aryajur
8 Replies

5. UNIX for Dummies Questions & Answers

Pico?

Is pico editor not availible on all versions of Unix? I do have vi and emacs, but pico just give me a response of "not found". (4 Replies)
Discussion started by: dereckbc
4 Replies

6. UNIX for Dummies Questions & Answers

question about pico?

Quick question for all of you Unix gurus. What are your thoughts on Pico as an editor. I have been using this editor for the last week or so and have made a lot of headway with my script writing. However, I find a lot of the quirks associated with this editor to be quite annoying. For instance,... (1 Reply)
Discussion started by: wmosley2
1 Replies

7. UNIX for Dummies Questions & Answers

pico text editor

I was wondering if there is any way to get a version of pico for windows. I have done a lot of programming work on Linux/UNIX exvironments for school, and I enjoy using pico for my programming needs, but I find all of the text editors in windows horrible, they distort my code and do not adhere to... (5 Replies)
Discussion started by: popac
5 Replies

8. UNIX for Dummies Questions & Answers

vi and pico

hello iam so new to unix / apache what is the dif between VI and PICO where can i get hands on training with both in Los Angeles any ideas would be helpfull. thanx whothought (5 Replies)
Discussion started by: whothought
5 Replies

9. UNIX for Dummies Questions & Answers

Setting up pine(pico)

I'm trying to setup the pico editor, which comes with pine. But I am not sure how to activate pine. I'm using the newest stable version of openbsd. If someone could tell me what file to execute, or, if not 'onboard' the package, where to get it. I would be much obliged. Req (1 Reply)
Discussion started by: Requeth
1 Replies

10. UNIX for Dummies Questions & Answers

how do i install Pico onto a unix system?

I was just wondering how to install Pioc onto FreeBSD? could someone help mee? (1 Reply)
Discussion started by: Swifty
1 Replies
Login or Register to Ask a Question