Re: Vim/Viemu discrepancy that drove me nuts
I seem to have found a difference between vim and viemu. It's one that you might not notice if you're a vim master, but I'm just learning and it's been driving me bonkers.
I'm staying in command mode as much as I can, using the movement commands, but I don't know them all yet. I have the cheatsheet pinned up in my cube and I try out a new command now and then. I'm more productive in vim than notepad, and I miss the vim commands when I'm in other editors...but when I don't know a quick way to get somewhere and select a range, I'll drop back to the mouse. I use the mouse less and less, but when I'm trying to get work done it helps to have it as a backup.
So, in vim, I can be in insert mode, use the mouse to select a range, then start typing, still in insert mode, replacing that section of text.
But in viemu (studio 2005 standard), I start in insert mode, use the mouse to select a range, and that puts me in command mode!
So I've been trying to replace text with my old mousy method and all kinds of wackiness happens, and I finally figured out why...what I have to do to make it work right is select the range with the mouse, then hit "c" or "di" to delete that range and get back in insert mode.
Is there a setting I can change to make it stay in insert mode? Do you have an enlightening argument for why changing to command here is a great feature? Or is this a glitch?