Skip to content

Instantly share code, notes, and snippets.

@robertbrook
Created January 21, 2011 20:29
Show Gist options
  • Save robertbrook/790360 to your computer and use it in GitHub Desktop.
Save robertbrook/790360 to your computer and use it in GitHub Desktop.
My Vim config
set nocompatible
set autoindent
set smartindent
set showmatch
set ruler
set incsearch
set hlsearch
set showcmd
set ignorecase
set ttyfast
syntax on
filetype on
filetype indent on
filetype plugin on
set history=1000
set showfulltag
set showtabline=1
set statusline=%F%M%R%H%W\ %Y\ Line\ %l\ Col\ %v\ %p%%\
set modeline
set laststatus=2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment