" GVim configuration file. " Stop the cursor from blinking. set guicursor+=a:blinkon0 " Don't display the menu. set guioptions-=m " Don't display the toolbar. set guioptions-=T " Don't display any scrollbars, they just waste space. set guioptions-=r set guioptions-=R set guioptions-=l set guioptions-=L " Increase window size to 110x25. set columns=110 set lines=25