How do I create a symbolic link so vi opens up vim?
I was doing some reading around trying to figure out how to get vim to work like it did when I was using redhat, and I got that figured out. But now, I don't know how to get vi to open up to vim. After some reading I figured out that /usr/bin/vi is a symlink to elvis, and to get it to open up vim you delete that symlink and make it a symlink to vim. My question is how do I do this? I tried some searching but I couldn't find anything on it. Thanks for the help.
|