Skip to content

Instantly share code, notes, and snippets.

@aandr
Created March 10, 2010 09:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aandr/327715 to your computer and use it in GitHub Desktop.
Save aandr/327715 to your computer and use it in GitHub Desktop.
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