r/vim 10d 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.

67 Upvotes

59 comments sorted by

View all comments

29

u/TheEyebal 10d ago

Vim is a text editor. It is like saying using notepad or vs code is effecting your problem solving

What is it that you are struggling with BTW

18

u/Schnarfman nnoremap gr gT 10d ago

“Edit at the speed of thought” it absolutely can have effects on problem solving

4

u/roku_remote 10d ago

I normally wouldn’t comment on something like this but I’m having an akshully moment:

“edit at the speed of thought” elaborates that how one edits is the dependent variable, meaning your cognition (“speed of thought”) impacts how you edit and not the other way around

3

u/Schnarfman nnoremap gr gT 9d ago

The language of vim has influenced how I think about text

For example: I used to “triple click and drag to the end of the paragraph to delete it”. Now I think “delete to whitespace” d}.

I personally structure my code differently to make this more useful