Skip to content

Instantly share code, notes, and snippets.

@robertjwhitney
Created March 21, 2012 03:24
Show Gist options
  • Save robertjwhitney/2144037 to your computer and use it in GitHub Desktop.
Save robertjwhitney/2144037 to your computer and use it in GitHub Desktop.
#vim
let g:NERDTreeMouseMode = 3
autocmd bufenter * if (winnr("$") == 1 && exists("b:NERDTreeType") && b:NERDTreeType == "primary") | q | endif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment