vim7.2

How do you replace a word occurring on consecutive lines?

I usually either end up using [range]%s/word/another_word/gc or do it manually. I wonder if you guys use a different, perhaps a faster, way. Assume that I have vim 7.2. ...

the weirdest VI problem EVER

Ok, so I am trying to type the following in .cshrc file: alias ls 'ls --color=auto'. I type one character at a tiem. However, when I reach --color= i type a and cursor goes to the next line. I checked the .vimrc file and didn't fine anything out of whack. I am using vim7.2 EDIT I noticed it is only happens in the .cshrc file, and c...