tags:

views:

61

answers:

3

Implicit in that question is that if you enjoy editing .vimrc files by hand and have posted it on the net to brag about your vim-fu, then you and I don't live on the same planet. Also, I'm furiously resenting your petty sense of superiority and am busy making really unfair generalizations about the number of times you've watched Cowboy Bebop.

But the rest of you guys are the bee's knees, and I'm reasonably certain are above average in both intelligence and good looks.

Where was I. I was thinking that if I'm willing to forego everything but just the basic to intermediate configuration options for vim, then there ought to be a pretty simple little clicky draggy web app or some such that could make me a functioning .vimrc. And it might even explain to me in English what those options were doing when I set them. Like a checkbox that says "Would you like your search results to be highlighted?"

Anything out there that gets close? I'm not in vim often enough that I need the be-all end-all vim rig, but I'd like to twiddle a few things.

+1  A: 

First of all, I love the first two paragraphs :)

Unfortunately, the closest you can get is go to the edit menu, and select "Options Window". From there you can see what is available in categories, but unfortunately, you are still going to have to add this stuff to your vimrc by hand.

The thing with vim is an insane learning curve before you start reaping any real benefits. If that isn't really your cup of tea, I would suggest using another editor. Personally, I didn't start really tackling it until it became the primary tool that I use all day. At that point, the learning curve is worth it, where earlier it really wasn't, and I used nano for command line editing, and gedit for gui editing.

I actually like your idea of a webapp vimrc generator (I may actually do it myself after I wrap up my current side project), but to my knowledge, there isn't any existing ones.

The really funny thing is I hate pretty much all anime EXCEPT for cowboy bebop :)

Matt Briggs
Write that web app and I'll double what I'm currently paying you.
Brian Deacon
http://vimrc.gustavodutra.com/generatehttp://vimrcgenerator.appspot.com/Both really basic, but still, the concept is there, and they are working :)
Merlyn Morgan-Graham
lol @Brian 's comment
Merlyn Morgan-Graham
D00d, Merlyn. Write that up as an answer and I'll mark it accepted. Both pretty minimal... but minimal is what I wanted...
Brian Deacon
@Brian Deacon - Ping! ;)
Merlyn Morgan-Graham
Ding ding ding! Winner!
Brian Deacon
A: 

The best I can suggest is steal a .vimrc from a friend, and ask what each line does. Your friend will have to go through all the docs again (a useful exercise anyway) because your friend's .vimrc was cobbled together over the last ten years and copied through who knows how many new machines and installs. Certainly some of it won't be useful, but the rest represents deeply-ingrained finger-knowledge that your friend has spent a significant chunk of his or her life learning. And couldn't unlearn if he or she had to.

In the end you'll have a reasonable starting point that you can easily grow into something that will suit you well.

sarnold
+4  A: 

Converting my comment into an answer:

Both really basic, but still, the concept is there, and they are working

Merlyn Morgan-Graham
Those are some very excellent resources for starting a .vimrc
Wayne Werner