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 cursor starts blinking with ‘ character.
I had “set mouse=a” set in .vimrc file
What is the problem?
Do you have
textwidthset? If so it’ll break your lines once they reach a certain length. Inspect the value viaSet it to 0 to turn off hard line-wrapping. Otherwise, do you have
amapped to something weird in insert mode? Checkto see if you do.