Hacker News new | ask | show | jobs
by Darkstryder 1279 days ago
Vim is basically the only editor you can safely assume to be available on any machine you’ll ever interact with. In my opinion, this fact makes it a requirement for virtually any developer to be able to confidently use vim during a production incident to, say, fix a broken config file while being connected to the machine through (multiple hops of) SSH, without any ability to use your editor of choice.

Once this basic-but-crucial skill level is mastered, using vim more proficientely as a daily driver is entirely a matter of taste. Personally I prefer using a fully-fledged IDE for anything that goes beyond a simple script.

1 comments

>Vim is basically the only editor you can safely assume to be available on any machine you’ll ever interact with.

Windows?

Vim is available on a lot of Windows machines through WSL. I agree this would not be my go-to editor on Windows though.
Or just by installing the official Windows version of vim. You really don’t need to be installing a full Linux distribution just to get vim.