Skip to content

Instantly share code, notes, and snippets.

@JangoSteve
Created November 2, 2011 06:45
Show Gist options
  • Save JangoSteve/1333051 to your computer and use it in GitHub Desktop.
Save JangoSteve/1333051 to your computer and use it in GitHub Desktop.
macvim local customizations - ~/.gvimrc.local
color jellybeans+
let NERDTreeDirArrows = 1
let NERDTreeMouseMode = 1
" <Ctrl-l> redraws the screen and removes any search highlighting.
nnoremap <silent> <C-l> :nohl<CR><C-l>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment