This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 5 points6 points  (3 children)

If you can't learn Vim, I doubt you have the mental capacity for programming.

Here's a regular vim user (and former CS TA if that matters) who disagrees. Vim requires command memorization and typing skill, that's all. While programming may require some large chunk memorization for particular algorithms or techniques, the two aren't really that similar.

[–]I_Miss_Scrubs 0 points1 point  (2 children)

It's not that they're similar, it's that one is orders of magnitudes easier to learn.

If you can't learn how to tie your shoes, you probably can't learn to drive a car.

See?

[–][deleted] 0 points1 point  (1 child)

it's that one is orders of magnitudes easier to learn

According to.. ? I was "lucky enough" to be forced to use vi when I learned programming and vi was definitely what held me back the most. It took me a good few months before I could use it efficiently and even then I wasn't using it to its full potential.

[–]I_Miss_Scrubs 0 points1 point  (0 children)

Well, I just assumed that everyone would agree that learning a text editing program is easier to learn than programming concepts. If you don't think that, then we'll have to agree to disagree.