Hacker News new | ask | show | jobs
by dredmorbius 4467 days ago
Vim user, but in general: the advantage of text-configurable editors is that you can carry your configs around with you.

If you find you've got customizations you don't need, organizing them so that they relate to specific functionality which you can activate / deactivate as needed is a Good Thing.

The advantage of vi/vim or emacs over other alternatives is that you very nearly always have them available. A significant downside of any given IDE is when it's not there for you.

1 comments

I used to hold this logic. Currently though, I'm using Sublime. I've found that the situation where I need a console editor isn't overly common. When I do, I just page in the vi key bindings tweak a file or 2 and move on.