Skip to content

Instantly share code, notes, and snippets.

@adrianbravo
Created August 2, 2011 20:47
Show Gist options
  • Save adrianbravo/1121183 to your computer and use it in GitHub Desktop.
Save adrianbravo/1121183 to your computer and use it in GitHub Desktop.
My vimrc
syntax on
set number
set hls
set laststatus=2
set ignorecase
set smartcase
set wildmenu
set paste
set autoindent
set tabstop=2
set shiftwidth=2
set expandtab
set linebreak
set backspace=2
set nofoldenable
set statusline=%f%m\ %l/%L\ %p%%
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment