On 12/5/09 10:31 PM, George Dinwiddie wrote: > Thanks for the Mac version of gvim. I really appreciate it! > > Just an FYI that this Mac newbie (experienced with both Windows& > Unices) found the installation a little confusing. I ended up putting > the MacVim program in /Applications& the mvim script in /usr/local/bin > along with a gvim symbolic link. Does that seem right? Would it be > worth adding to the install package? > > - George >
I leave everything alone and put the following in my .bashrc as an alias: alias vim='/Applications/MacVim/MacVim.app/Contents/MacOS/Vim' alias gvim='/Applications/MacVim/MacVim.app/Contents/MacOS/Vim -g' Works fine for what I do... Bob -- You received this message from the "vim_mac" maillist. For more information, visit http://www.vim.org/maillist.php
