This has worked well for me:

" set some gui only options (for macvim / gvim)
if has("gui_running")
  " GUI is running or is about to start.
  " set the preferred default height and width of your vim window
  set lines=53 columns=130
  " set your preferred color scheme
  colorscheme wombat256
  " set your preferred font
  set gfn=DejaVu\ Sans\ Mono:h13
endif


- Chad

-- 
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

Reply via email to