Created
September 5, 2011 22:21
-
-
Save cbuchler/1196056 to your computer and use it in GitHub Desktop.
@cbuchler vimrc file
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 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