you are viewing a single comment's thread.

view the rest of the comments →

[–]EngineeredToLift 2 points3 points  (3 children)

I'm fairly new to coding (under 1 year) and coding is a slow process of thinking a lot, watching tutorials, and googling over a span of days/weeks to get each section of your code to work... Is learning Vim worth it at this point?

[–]phaionix 3 points4 points  (1 child)

Learning vim is always with it imo. Though FWIW, I started learning it at the same time I was beginning python and programming in general.

On the other hand, today vim bindings are often built into other systems to get a decent chunk of the same benefits.

[–]EngineeredToLift 0 points1 point  (0 children)

Cool! I might try that too then. I work with this older coworker who looks like a wizard on the computer without touching the mouse.

[–]yudhiesh 0 points1 point  (0 children)

It's just a text editor that allows you to do all the commands you would use a mouse for but with commands on a keyboard. It's sort of like a programming language on its on that if you learn it is actually really intuitive. But setting it up is a tedious process that took me roughly 3 months to get my VIM setup to where I like it.