Hm? I thought MacVim is a GUI app? Can it run in the terminal as well? Or will that then be the plain-old vim I know?
On Jan 15, 8:55 pm, Steven Michalske <[email protected]> wrote: > the files may also start with a . such as ".vimrc" > > On Jan 15, 2009, at 7:13 AM, Nico Weber wrote: > > > > > Hi j4ck, > > > On 15.01.2009, at 00:13, Hofer Michael wrote: > > >> Hi everybody, i'm new to mac vim, and i want to use it in terminal. > >> that works, but the code highlighting, and colors doesn't work. i > >> read the help, but there is only written how to add colors. could > >> you help me plz? > > > Welcome :-) > > > You probably have to write > > > :syntax on > > > to enable syntax coloring. If that fixes the problem, you can put this > > line in a file in your home directory called "_vimrc", then it will be > > executed each time you start vim (omit the colon at the start when you > > put the line into your _vimrc). > > > If your terminal has a dark background, you also want to do > > > :set background=dark > > > Nico --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_mac" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
