5 ms·
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
by Darkstryder 4y 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.
- throwaway_au_1 4y ago>Vim is basically the only editor you can safely assume to be available on any machine you’ll ever interact with. Windows?
- Darkstryder 4y agoVim is available on a lot of Windows machines through WSL. I agree this would not be my go-to editor on Windows though.
- orev 4y agoOr 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.