Created
March 10, 2010 09:22
-
-
Save aandr/327715 to your computer and use it in GitHub Desktop.
This file contains 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
set nocompatible | |
source $VIMRUNTIME/vimrc_example.vim | |
source $VIMRUNTIME/mswin.vim | |
behave mswin | |
set sol | |
set is | |
set ic scs | |
set so=5 | |
set bg=dark | |
colorscheme koehler | |
set cul | |
set number | |
set stal=2 | |
set mousef | |
set fs | |
set ar | |
set bdir=/tmp | |
set directory=/tmp | |
set guioptions=meaR | |
set tabstop=4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment