Hacker News new | ask | show | jobs
by ohhmaagawd 5095 days ago
I use Intellij (and the derivative editors RubyMine and AppCode) as well.

IMO the main advantage of vim is it's instant. No waiting for the IDE to load. IJ takes quite a while to load and you have to have your project set up.

Another major advantage of vim is it's available everywhere. SSH to your production server and edit just like you do your code.

But I have to say: I much prefer coding in the Jetbrains editors. They offer a UX that can't be matched by vim. They are just smarter, esp for statically typed language. But even dynamic - they are damn good. And you can use VIM key bindings if you like.