--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/.vimrc Wed Oct 09 01:17:44 2013 +0900
+execute pathogen#infect()
+set wildmode=list:longest
+set ssop-=options " do not store global and local values in a session
+set ssop-=folds " do not store folds
+set nowrap " don't automatically wrap on load
+set tw=79 " width of document (used by gd)
+set fo-=t " don't automatically wrap text when typing
+set number " show line numbers
+noremap <expr> <silent> <Home> col('.') == match(getline('.'),'\S')+1 ? '0' : '^'
+imap <silent> <Home> <C-O><Home>
+filetype plugin indent on
+let g:ctrlp_max_height=30
+let g:syntastic_check_on_open=1
+let g:syntastic_auto_loc_list=1
+let g:syntastic_enable_signs=1
+let g:syntastic_enable_highlighting=1
+let g:syntastic_python_checkers=[]
+let g:syntastic_javascript_checkers=["jsl"]
+let g:pymode_lint_checker="pyflakes"
+let g:molokai_original=1
+highlight ColorColumn ctermbg=233