Created
December 8, 2009 02:13
-
-
Save chrismetcalf/251357 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| " Chris Metcalf ([email protected]) | |
| " gvim config file | |
| " | |
| " Get rid of "chrome" | |
| set guioptions=cmR | |
| " set the X11 font to use. See 'man xlsfonts' on unix/linux | |
| set guifont=ProFontWindows:h12.00 | |
| " Hide the mouse pointer while typing | |
| set mousehide | |
| " Set nice colors | |
| colorscheme twilight | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment