Skip to content

Instantly share code, notes, and snippets.

@jibs
Created September 9, 2011 10:04
Show Gist options
  • Save jibs/1205877 to your computer and use it in GitHub Desktop.
Save jibs/1205877 to your computer and use it in GitHub Desktop.
.vimrc.local
set foldmethod=marker
nmap <c-h> <c-w>h<c-w><Bar>
nmap <c-l> <c-w>l<c-w><Bar>
let g:user_zen_expandabbr_key = '<c-e>'
let g:use_zen_complete_tag = 1
" Use Node.js for JavaScript interpretation
" let $JS_CMD='node'
let g:syntastic_quiet_warnings=0
let g:syntastic_auto_loc_list=1
let g:syntastic_enable_signs=1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment