I think vim users highly overestimate their productivity and just like the way using hotkeys feels.
I would classify myself as a vim power user and I agree with this take. I think I'm probably equally as productive as a person that really knows their editor of choice. The productivity benefits mostly just come from knowing what things your editor is capable of. However, I subjectively feel a twinge of frustration whenever I need to take my hands off the keyboard to reach for a mouse. So using vim makes a massive im…
The Loneliness of the Mid-Level Vimmer
21–30 of 61 posts
Re: The Loneliness of the Mid-Level Vimmer
#22I think vim users highly overestimate their productivity and just like the way using hotkeys feels.
Re: The Loneliness of the Mid-Level Vimmer
#23I think vim users highly overestimate their productivity and just like the way using hotkeys feels.
Keybindings seem to engage your brain in a different way and make the activity more fun, but I don't think it's actually any more productive.
Re: The Loneliness of the Mid-Level Vimmer
#24I think vim users highly overestimate their productivity and just like the way using hotkeys feels.
Re: The Loneliness of the Mid-Level Vimmer
#25But I also use PyCharm and VS Code now too.
Re: The Loneliness of the Mid-Level Vimmer
#26I think vim users highly overestimate their productivity and just like the way using hotkeys feels.
Re: The Loneliness of the Mid-Level Vimmer
#27I did 100% pair programming with a team that didn't standardize on editors or keyboards. We solved the issue in the article by just never using each other's machines. It was very rare that the navigator would want to type something but if they did, it was usually just a line or so, so we would "strong" pair, ie, tell the other person exactly what to type. If we wanted to switch the driver/navigator role, we would jus…
Instead we resort to using jetbrains stuff.
Re: The Loneliness of the Mid-Level Vimmer
#28Is that even true though? The VsCode Vim extension has over 6 million users, pretty much every editor ships with a vim mode and if I had to guess most developers are at least cursory familiar with vi editing motions. The latest Stackoverlfow survey put vim at a respectable fith place[1] with 22% of devs using it.
I've never felt vim is some sort of fringe stumbling block, and that's coming from someone using Emacs day to day. (where a good chunk of people use evil mode)
[1]https://survey.stackoverflow.co/2023/#section-most-popular-t...
Re: The Loneliness of the Mid-Level Vimmer
#29Re: The Loneliness of the Mid-Level Vimmer
#30Similar to the author, Telescope really got me to stop using the file tree and really begin to prefer neovim over vscode (well that and the amazing language server support).