Skip to content

Instantly share code, notes, and snippets.

@blobaugh
Created March 31, 2014 19:39
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 blobaugh/9900488 to your computer and use it in GitHub Desktop.
Save blobaugh/9900488 to your computer and use it in GitHub Desktop.
March 2014 .vimrc
syntax on
set number
set linebreak
set showbreak=+++
set textwidth=0
set showmatch
set visualbell
set hlsearch
set smartcase
set ignorecase
set incsearch
set autoindent
set shiftwidth=4
set smartindent
set ruler
set undolevels=1000
set backspace=indent,eol,start
set noexpandtab
set copyindent
set preserveindent
set softtabstop=0
set tabstop=4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment