Skip to content

Instantly share code, notes, and snippets.

@coderberry
Created February 5, 2014 21:35
Show Gist options
  • Save coderberry/8833654 to your computer and use it in GitHub Desktop.
Save coderberry/8833654 to your computer and use it in GitHub Desktop.
color codeschool
set guifont=Source\ Code\ Pro\ Light:h14
let g:NERDTreeWinPos = "right"
set guioptions-=T " Removes top toolbar
set guioptions-=r " Removes right hand scroll bar
set go-=L " Removes left hand scroll bar
autocmd User Rails let b:surround_{char2nr('-')} = "<% \r %>" " displays <% %> correctly
:set cpoptions+=$ " puts a $ marker for the end of words/lines in cw/c$ commands
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment