" Copy to ~/.gvimrc or ~/_gvimrc. "set guifont=Menlo\ Regular:h14 set guifont=Source\ Code\ Pro:h16 set antialias " MacVim: smooth fonts. set encoding=utf-8 " Use UTF-8 everywhere. set guioptions-=T " Hide toolbar. set guioptions-=L " Hide left scrollbar set guioptions-=l set guioptions-=r " Don't show right scrollbar set background=light " Background. set lines=50 columns=150 " Window dimensions. "set fullscreen set fuoptions=maxvert,maxhorz set transp=1 colorscheme molokai "set cmdheight=2