Lion came with a sad surprise to me. Now, every time I want to run VI on terminal, I get VIM. I hate VIM. How do I get my old and bad VI back to the system? thanks.
Tell me more
×
Ask Different is a question and answer site for
power users of Apple hardware and software. It's 100% free, no registration required.
|
Vi has actually been VIM on most Linux distributions that I have used over the years. In general if you have a ~/.vimrc file that is how you tell vim to act like vim and not vi. Otherwise it should look and act just like vi, this article from 2000 has more details (yup - its been that way for a long, long time). What specifically are you not liking about Lion's vim behavior? Running vim with the -C flag should force it into full vi compatibility mode even if a .vimrc is present. |
|||
|
|
Am i the only one that is using MacVim? |
|||||||
|
$ which vi/usr/bin/vi$ ls -l /usr/bin/vilrwxr-xr-x 1 root wheel 3 Nov 19 2009 /usr/bin/vi -> vim– bneely Aug 15 '11 at 5:56