I'm really frustrated with vim (I'm using macvim). The frustration comes when I want to enter the insert mode. I click in an area and sometimes it goes into another mode, visual insert or something like that.
Sometimes when I click to select text and I try to go into insert mode to start rewriting over the selected text, this doesn't work or the entire line gets deleted.
And when it does go into insert mode, the cursor moves to the left instead of the right, so I always have to readjust it. That means if I start the cursor at the end of the line: System.out.print(); because I want to add let's say a comment, the cursor will end up between the ); instead of to the right of it and I always have to move it first.
These are some of the frustrations. Everyone said that vim is so wonderful, but I'm starting to feel like it's more of a pain than it's worth.
I don't know what I'm doing wrong. I must not be getting it or understanding something about it. Any thoughts?