What is the consensus on productivity with Vim? I have thought about trying out the keyboard only approach, but haven't wanted to invest time in it yet. When I see people on YouTube using Vim it slightly feels like there's a whole lot of keypresses happening, but not a lot is actually gained compared to using a mouse or even frequently it seems it takes a while to do something that is much quicker with the mouse. I u…
The difference in productivity is hard to measure. What's really gained by vim bindings is not having to leave flow state to move the cursor over there and then change that word for a different one. The same operating can be done with a cursor, but in having to leave home row and then come back to it, your mind has a chance to wander and you start thinking about whatever else is going on in life. Like why you're usin…
And if I want to look around a single file, I feel like anything else besides scrolling would be quite inferior in terms of speed and accuracy.
And moving around lines and words is already quite optimal enough without a mouse, using arrows and option/command modifier.
So mostly I use mouse when I need to scroll around the file or click on a certain imported identifier to move to its definition.
And also I use a lot of ctrl + f to move around, which I find quite reliable.