Skip to content

Instantly share code, notes, and snippets.

@tylercunnion
Created February 24, 2010 19:57
Show Gist options
  • Save tylercunnion/313781 to your computer and use it in GitHub Desktop.
Save tylercunnion/313781 to your computer and use it in GitHub Desktop.
My vimrc file
set lines=40 columns=85
colorscheme railscasts2
set printoptions=paper:letter,duplex:off
set number
set background=dark
set ls=2
set statusline=%<\ %n:%f\ %m%r%y%=%-35.(line:\ %l\ of\ %L,\ col:\ %c%V\ (%P)%)
set autoindent
set incsearch
set hidden
set history=1000
set scrolloff=3
set ruler
set backspace=indent,eol,start
set t_Co=256
syntax on
filetype on
filetype plugin on
filetype indent on
set hlsearch
set incsearch
au BufRead,BufNewFile *.less set filetype=less
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment