Sami* wrote:
> Thank you for the answer!
> 
> 1. The fact that "MacVim - - pick" setttings automatically solved me
> the first problem.
> 2. I have not succeeded in starting MacVim in terminal. I have put
> these to bashrc:
>         export
> EDITOR=vim
>         export PATH=/usr/local/bin:$PATH
> I have the mvim script in the folder /usr/bin.
> When I try to start MacVim in Terminal by "mvim" or "macvim", Mvim
> opens in a new window.
> Perhaps, you know how to set MacVim to open in terminal.

Just make a symlink to the binary in the MacVim package. E.g.

ln -s /Applications/MacVim.app/Contents/MacOS/Vim /usr/local/macvim

Then with your PATH using macvim will open the MacVim binary in the
terminal. The mvim script is designed to open the MacVim GUI, but from
the commandline.

Cheers,

Ben.




--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_mac" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---

Reply via email to