Re: instructions for installing macvim

2012-03-22 Thread Phil Dobbin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 22/03/2012 13:53, Darcy wrote: > Just to clarify `sudo ln -s $(which gvim) $(which vim)` is different. > It does not include the -v option. This just creates a link of gvim > to vim. > > vim='mvim -v' > alias vim="${vim}" > > The -v option for mv

Re: instructions for installing macvim

2012-03-22 Thread Darcy
Just to clarify `sudo ln -s $(which gvim) $(which vim)` is different. It does not include the -v option. This just creates a link of gvim to vim. vim='mvim -v' alias vim="${vim}" The -v option for mvim is to open vim inside a terminal rather than opening the usual gui version of macvim. (try it