Skip to content

Instantly share code, notes, and snippets.

@cbuchler
Created September 5, 2011 22:21
Show Gist options
  • Save cbuchler/1196056 to your computer and use it in GitHub Desktop.
Save cbuchler/1196056 to your computer and use it in GitHub Desktop.
@cbuchler vimrc file
set modelines=0 " CVE-2007-2438
set nocompatible "
set backspace=2 " more powerful backspacing
set ai " auto indenting
set history=100 " keep 100 lines of history
set ruler " show the cursor position
syntax on " syntax highlighting
set hlsearch " highlight the last searched term
filetype plugin on " use the file type plugins
set noswapfile
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment