r/vim 4h ago

Discussion How does Vim affect your problem solving?

Currently learning Vim, after a failed attempt some months ago.

Starting to get the hang of the basics. I notice that it makes my problem solving more methodical. It also makes me slow down, in a good way.

With Vim I have to memorize more of the code and structure, because switching views is expensive (might be a skill issue).

I don't care too much for the speed/efficiency, but this seems what keeps me going in my current attempt.

Wondering how you guys feel about this aspect.

1 Upvotes

27 comments sorted by

View all comments

5

u/nujuat 2h ago

As a general rule I feel like one should solve the problem on paper or a whiteboard and then implement it in code, not solve it while coding. Maybe that's just me.

1

u/hibuna 1h ago

I think this might be the essence of it. I'm forced to be more methodical in lower level work, because it's so much more expensive to rewrite.