" GVim configuration file, mostly used for MacVim. " Stop the cursor from blinking. set guicursor=a:blinkon0 " Don't display the toolbar. set guioptions-=T " Window size 110x25. set columns=110 set lines=25