Skip to content

Instantly share code, notes, and snippets.

@user454322
Created October 12, 2012 19:50
Show Gist options
  • Save user454322/3881134 to your computer and use it in GitHub Desktop.
Save user454322/3881134 to your computer and use it in GitHub Desktop.
Vim rc November 2012
set sw=4
set sts=4
set et
set autoindent
set smartindent
set incsearch
set ignorecase
set smartcase
set backspace=indent,eol,start
set vb
set ruler
set nu
set laststatus=2
set hlsearch
syntax on
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment