DEV Community

Discussion on: Vim won't make you a more productive developer

Collapse
 
iggredible profile image
Igor Irianto

After committing to Vim for 1+ year, I can say that although it is fast, it is not that much faster than, say, VSCode. Using vim is faster to do within-file editing, but across-file editing I find using VSCode to be faster - (I may need to optimize my vim workflow more); and that's with ripgrep and ctags and other plugins.
The cool thing about Vim is, I can work about as fast as using VSCode in places where resources are scarce or GUI is nonexistent (like VPS?) - places where VSCode can't live, I can still go fast.

So yes, not faster than other editors, but about as fast - and more versatile!