Matrix Mole <[email protected]> wrote: > > > On Jun 28, 12:20 am, Bob <[email protected]> wrote: > > hello, > > i'm new to macvim. I just installed it, and I was wondering how to set > > transparency, and how to set default options: I'd like, for example, > > to set default colors and tabs. I coulnd't find any .vimrc file. > > > > Thanks > > By default there is no .vimrc file usually. What you'll need to do is > create this file manually. Just open a new buffer in macvim and after > putting the options you want in there, just save it as ~/.vimrc and > that should take care of it for you. The next time you open macvim > those options will be in place. >
Alternatively, you can save the current state of vim using :mkvimrc . It will write out the current configuration information to ~/.vimrc for you. :he :mkvimrc HTH, Tim --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_mac" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
