I\'ve installed the latest vim using homebrew and also installed mac-vim from the google code homepage. in mac-vim everything works fine. but when I run vim in terminal.app in m
To make sure that my Terminal is working great with Vim 7.3 in Show Leopard, I have done the following:
export PATH=/usr/local/bin:$PATH
export TERM=linux
to my .bashrc
file..vimrc
file with some options (formerly linked here, link went dead.)When so is done, everything should work. However, I have experienced that some text don't seem to remove, like its protected until I either dd
or x
. Has anyone experienced something similar? Also, please share comments on my small guide above.