Created
November 2, 2011 06:45
-
-
Save JangoSteve/1333051 to your computer and use it in GitHub Desktop.
macvim local customizations - ~/.gvimrc.local
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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