Skip to content

Instantly share code, notes, and snippets.

@feesta
Created October 2, 2012 16:41
Show Gist options
  • Save feesta/3820885 to your computer and use it in GitHub Desktop.
Save feesta/3820885 to your computer and use it in GitHub Desktop.
Basic vimrc
set nocompatible
set autoindent
set smartindent
set tabstop=4
set shiftwidth=4
set expandtab
set showmatch
set incsearch
set history=1000
set ruler
set number
set cursorline
set ignorecase
set smartcase
set scrolloff=4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment