Skip to content

Instantly share code, notes, and snippets.

@jasonbot
Last active December 24, 2015 08:29
Show Gist options
  • Save jasonbot/6771032 to your computer and use it in GitHub Desktop.
Save jasonbot/6771032 to your computer and use it in GitHub Desktop.
My minimal .vimrc for Windows
set tabstop=4
set shiftwidth=4
set expandtab
set backspace=indent,eol,start
set guifont=Consolas:h10:cDEFAULT
set ruler
colorscheme zenburn
syntax on
filetype indent plugin on
set directory+=$HOME
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment