I was talking about your code. I think that your reason makes sense.....if you were forced to use vim. Use a decent IDE so you don't have to do ridiculous things like come up with your own commenting conventions that add considerably more typing
I have no idea what you're talking about. Learn to quote.
Commenting conventions help me understand my code better, and I use the same conventions in vim, Eclipse, Visual Studio, Netbeans, and every other IDE I've ever used. What, exactly, is wrong with them?
And how do you mean more typing? If you're talking about the "main" function, I used a regex to comment it (or, if I was using Eclipse, I would do esc+ctrl c).
And incidentally, looking back, I WAS using Eclipse for that, which, like I just said, automates commenting.
Plus, vim is an amazing editor. If you're too lazy to learn how to use it right, that's fine, but don't go complaining to people who've bothered to learn useful tools. You'll find that vim users are defensive, and they have a good reason -- vim is the most amazing editor I've ever used, I love it way more than anything else. All it takes is a little bit of practice.
Also keep in mind how vim was designed -- to run over a slow network connection for people who are experienced with computers. As a result, they choose short and efficient commands over verbose and intuitive ones. That may put off beginners, but realistically it doesn't take more than a few hours of using it to master the easy commands.