Thank you. I was a bit confused because I read someting about .gvimrc.
So, I just need to copy my .vimrc from linux to mac. Thank you!

On Friday, June 14, 2013 3:40:36 AM UTC+3, Chris Schneider wrote:
> Your .vimrc will go in your home directory (on a mac that's /Users/username), 
> but otherwise it's just ~ and will get picked up by macvim.
> 
> 
> If you need to do different configuration in your mac's .vimrc, you can do an 
> if block like this to separate out the code.
> 
> 
> 
> 
> if has('gui_macvim')
> 
>   .... 
> endif
> 
> 
> 
> On Thu, Jun 13, 2013 at 5:39 PM, Zoltan Kiraly <[email protected]> wrote:
> 
> 
> Hi,
> 
> I'm using vim on a linux computer, and I would like to use the same .vimrc 
> with Macvim. Is it possible? Where to put the .vimrc file on OS X for MacVim?
> 
> 
> 
> Thank you!
> 
> 
> 
> --
> 
> --
> 
> You received this message from the "vim_mac" maillist.
> 
> Do not top-post! Type your reply below the text you are replying to.
> 
> For more information, visit http://www.vim.org/maillist.php
> 
> 
> 
> ---
> 
> You received this message because you are subscribed to the Google Groups 
> "vim_mac" group.
> 
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to [email protected].
> 
> For more options, visit https://groups.google.com/groups/opt_out.

-- 
-- 
You received this message from the "vim_mac" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

--- 
You received this message because you are subscribed to the Google Groups 
"vim_mac" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to